Mark @ nodes addressable
This commit is contained in:
@ -61,7 +61,7 @@ statement_list = statement {";" statement };
|
||||
condition = "odd" expression |
|
||||
expression ("="|"#"|"<"|"<="|">"|">=") expression;
|
||||
|
||||
comparison_operator = "=", "/=", "<", ">", "<=", ">=";
|
||||
comparison_operator = "=", "<>", "<", ">", "<=", ">=";
|
||||
unary_prefix = "not", "@";
|
||||
|
||||
expression = logical_operand { ("and" | "or") logical_operand };
|
||||
|
Reference in New Issue
Block a user