fakir/doc/grammar.bnf

7 lines
98 B
BNF

MODULE ::= EXPR*
EXPR ::=
| int | float | bool | string
| ident
| CALL
CALL opar ident EXPR* cpar