fakir/doc/grammar.bnf

7 lines
98 B
BNF
Raw Normal View History

MODULE ::= EXPR*
EXPR ::=
| int | float | bool | string
2023-09-20 15:17:13 +00:00
| ident
| CALL
CALL opar ident EXPR* cpar