Fixing lalr on windows
This commit is contained in:
parent
69db2b82a4
commit
8cc5f2f9f7
15 changed files with 1276 additions and 1226 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -9,7 +9,7 @@ oscript {
|
|||
%left '==' '>' '<' '>=' '<=' '!=' '!';
|
||||
%left ';';
|
||||
|
||||
script : stmts [tmp];
|
||||
script : stmts [tmp] | ;
|
||||
|
||||
scope:
|
||||
'{' stmts '}' [scope]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue