Functions don't need terminator.

This commit is contained in:
Stefano Sanfilippo 2014-11-23 22:43:51 +01:00
parent a8521e324d
commit 72e3888cce

View File

@ -49,7 +49,7 @@ fun_decls:
/* epsilon */ | fun_decls fun_decl /* epsilon */ | fun_decls fun_decl
; ;
fun_decl: fun_decl:
FUNDECL ID args COMMA statements CASE_END FUNDECL ID args COMMA statements
; ;
args: args:
/* epsilon */ | PARAMS arglist /* epsilon */ | PARAMS arglist