buzz_syntax_bnf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
buzz_syntax_bnf [2018/07/17 18:02] ilpincybuzz_syntax_bnf [2018/07/17 18:59] (current) ilpincy
Line 71: Line 71:
   bitshift           ::= bitwiseandor | operand TOKLRSHIFT bitwiseandor   bitshift           ::= bitwiseandor | operand TOKLRSHIFT bitwiseandor
   bitwiseandor       ::= bitwisenot | bitwiseandor TOKBANDOR bitwisenot   bitwiseandor       ::= bitwisenot | bitwiseandor TOKBANDOR bitwisenot
-  bitwisenot         ::= operand | bitwisenot TOKBANDOR operand+  bitwisenot         ::= operand | TOKBNOT bitwisenot
   operand            ::= TOKNIL | TOKCONST | TOKSTRING | TOKPAROPEN condition TOKPARCLOSE | TOKADDSUB power | idref | lambda | tabledef   operand            ::= TOKNIL | TOKCONST | TOKSTRING | TOKPAROPEN condition TOKPARCLOSE | TOKADDSUB power | idref | lambda | tabledef
  
  • buzz_syntax_bnf.txt
  • Last modified: 2018/07/17 18:59
  • by ilpincy