debugging

This commit is contained in:
Nathan Braswell
2015-12-07 13:43:22 -05:00
parent f753d4f421
commit d63b680355
6 changed files with 174 additions and 169 deletions

View 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 = "( | )+" | ;