mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
ebnf
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
<identifier> ::= IDENTIFIER
|
||||
<number> ::= NUMBER
|
||||
<string> ::= STRING
|
||||
<null_list> ::= <[><]>
|
||||
<null_hash> ::= <{><}>
|
||||
call_func ::= <identifier> <(> <...> <)>
|
||||
<list> ::= <[> <...> <]>
|
||||
<hash> ::= <{> <...> <}>
|
||||
<definition> ::= <var> <identifier> <=> <...> <;>
|
||||
<assignment> ::= <identifier> <=> <...> <;>
|
||||
<function> ::= <func><(> <...> <)> <{> <...> <}>
|
||||
Reference in New Issue
Block a user