mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 12:59:05 +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