This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
xmk/doc/grammar.bnf

5 lines
91 B
BNF

MODULE ::= INSTR*
INSTR ::= EXPR semicolon
EXPR ::= BUILTIN
BUILTIN ::= bool | float | int