Files
kraken/simplifiedKrakenGrammer.kgm

10 lines
180 B
Plaintext
Raw Normal View History

2015-12-07 13:43:22 -05:00
Goal = translation_unit ;
translation_unit = function "
" ;
function = "why" typed_return WS code_block ;
typed_return = WS "bad" | ;
code_block = "{" WS "}" ;
WS = "( | )+" | ;