Moving %start directive to bottom of prologue.

This commit is contained in:
Stefano Sanfilippo 2014-11-24 23:57:24 +01:00
parent b5d524c295
commit be3de046c3

View File

@ -38,13 +38,13 @@ extern int yylex();
%nonassoc LOWER_THAN_ELSE
%nonassoc BRANCH_ELSE
%start program
%type<intval> NUMBER;
%type<floatval> FLOAT;
%type<strval> ID;
%type<typeval> TYPENAME;
%start program
%%
program: