mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
Update calculation
This commit is contained in:
+3
-4
@@ -16,10 +16,9 @@
|
||||
<1><scalar> ::=
|
||||
<number> //NUMBER
|
||||
<string> //STRING
|
||||
<(> <!> <identifier>|<scalar> <)>//first
|
||||
<!> <identifier>|<scalar>//then
|
||||
<(> <identifier>|<scalar> <+>|<->|<*>|</>|<~>|<and>|<or>|<==>|<!=>|<<>|<<=>|<>>|<>=> <identifier>|<scalar> <)> //first
|
||||
<identifier>|<scalar> <+>|<->|<*>|</>|<~>|<and>|<or>|<==>|<!=>|<<>|<<=>|<>>|<>=> <identifier>|<scalar> //then
|
||||
<!> <identifier>|<scalar>
|
||||
<identifier>|<scalar> <+>|<->|<*>|</>|<~>|<and>|<or>|<==>|<!=>|<<>|<<=>|<>>|<>=> <identifier>|<scalar>
|
||||
<(> <scalar> <)>
|
||||
<2><scalars> ::=
|
||||
<scalar>|<scalars> <,> <scalar>|<identifier>
|
||||
<identifier>|<identifiers> <,> <scalar>
|
||||
|
||||
Reference in New Issue
Block a user