debugging
This commit is contained in:
9
simplifiedKrakenGrammer.kgm
Normal file
9
simplifiedKrakenGrammer.kgm
Normal file
@@ -0,0 +1,9 @@
|
||||
Goal = translation_unit ;
|
||||
translation_unit = function "
|
||||
" ;
|
||||
|
||||
function = "why" typed_return WS code_block ;
|
||||
typed_return = WS "bad" | ;
|
||||
code_block = "{" WS "}" ;
|
||||
|
||||
WS = "( | )+" | ;
|
||||
Reference in New Issue
Block a user