Files
kraken/simplifiedKrakenGrammer.kgm
Nathan Braswell d63b680355 debugging
2015-12-07 13:43:22 -05:00

10 lines
180 B
Plaintext

Goal = translation_unit ;
translation_unit = function "
" ;
function = "why" typed_return WS code_block ;
typed_return = WS "bad" | ;
code_block = "{" WS "}" ;
WS = "( | )+" | ;