diff --git a/Monicelli.y b/Monicelli.y index 1fd0c53..97d4de3 100644 --- a/Monicelli.y +++ b/Monicelli.y @@ -114,7 +114,7 @@ case_stmt: expression COLON NEWLINE statements ; fun_call: - FUNCALL ID args | FUNCALL ID + FUNCALL ID args ; abort_stmt: ABORT