forked from xxq250/Nasal-Interpreter
Update
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
<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
|
||||
<2><scalars> ::=
|
||||
<scalar>|<scalars> <,> <scalar>|<identifier>
|
||||
<identifier>|<identifiers> <,> <scalar>
|
||||
|
||||
Reference in New Issue
Block a user