diff --git a/Monicelli.y b/Monicelli.y index ee741d9..c92448d 100644 --- a/Monicelli.y +++ b/Monicelli.y @@ -38,13 +38,13 @@ extern int yylex(); %nonassoc LOWER_THAN_ELSE %nonassoc BRANCH_ELSE -%start program - %type NUMBER; %type FLOAT; %type ID; %type TYPENAME; +%start program + %% program: