Changes between Version 7 and Version 8 of ExpressionSyntax


Ignore:
Timestamp:
2017-09-14 09:40:14 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExpressionSyntax

    v7 v8  
    66== Here's an example of a simple syntax == 
    77{{{ 
    8 operators := ( "+" | "-" | "*" | "/" | "%" | "=" ); 
     8operators := ( "+" | "-" | "*" | "/" | "%" | ":=" ); 
    99expression :=  
    1010  ( identifier