mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
update
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
| <additive_calc>
|
||||
| <multive_calc>
|
||||
| [('-' | '!')] <scalar>
|
||||
| <calculation> '?' <calculation> ':' <calculation>
|
||||
;
|
||||
<and_calc> =<or_calc> {<and> <or_calc>} ;
|
||||
<or_calc> =<additive_calc> {<or> <additive_calc>} ;
|
||||
|
||||
Reference in New Issue
Block a user