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
Next revisionBoth sides next revision
buzz_syntax_bnf [2018/07/17 02:51] ilpincybuzz_syntax_bnf [2018/07/17 18:01] ilpincy
Line 70: Line 70:
   powerrest          ::= <nil> | TOKPOW power   powerrest          ::= <nil> | TOKPOW power
   bitshift           ::= bitwiselogic | operand TOKLRSHIFT bitwiselogic   bitshift           ::= bitwiselogic | operand TOKLRSHIFT bitwiselogic
-  bitwiselogic       ::= operand | bitwiselogic TOKBANDOR operand | TOKBNOT bitwiselogic+  bitwiselogicandor  ::= bitwiselogicnot | bitwiselogic TOKBANDOR bitwiselogicnot 
 +  bitwiselogicnot    ::= operand | bitwiselogic TOKBANDOR operand
   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