syntax fix
This commit is contained in:
parent
6876de5ca8
commit
23cdcd5613
|
@ -6,7 +6,7 @@
|
||||||
%syntax_error { printf("Lemon syntax error\n"); }
|
%syntax_error { printf("Lemon syntax error\n"); }
|
||||||
|
|
||||||
%extra_argument { Statement** result }
|
%extra_argument { Statement** result }
|
||||||
%tokentype {const char*}
|
%token_type {const char*}
|
||||||
%type expr {Statement*}
|
%type expr {Statement*}
|
||||||
|
|
||||||
%left PLUS MINUS .
|
%left PLUS MINUS .
|
||||||
|
|
Loading…
Reference in New Issue