Mark @ nodes addressable

This commit is contained in:
2025-01-30 23:09:51 +01:00
parent 1b90829299
commit 45898bb95f
5 changed files with 68 additions and 21 deletions

View File

@ -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 };