mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 10:58:47 +08:00
Bug fixes
This commit is contained in:
@@ -45,9 +45,11 @@ data type = <scalar> <identifier> <calculation> <list> <hash> <function>
|
||||
<func> <(> <identifier>|<identifiers> <)> <{> <statement> <}>
|
||||
<1><definition> ::=
|
||||
<var> <identifier> <=> <scalar>|<identifier>|<list>|<hash>|<calculation> <;>
|
||||
<var> <identifier> <=> <(> <scalar>|<identifier>|<list>|<hash>|<calculation> <)> <;>
|
||||
<var> <identifier> <=> <function>
|
||||
<1><assigntment> ::=
|
||||
<!=var> <identifier> <=> <scalar>|<identifier>|<list>|<hash>|<calculation> <;>
|
||||
<!=var> <identifier> <=> <(> <scalar>|<identifier>|<list>|<hash>|<calculation> <)> <;>
|
||||
<statement> ::=
|
||||
<!=<for> <(>> <definition>|<assignment>
|
||||
<return> <scalar>|<identifier>|<list>|<hash>|<calculation> <;>
|
||||
|
||||
Reference in New Issue
Block a user