Fixing lalr on windows

This commit is contained in:
Ilusha 2024-03-09 12:02:02 +03:00 committed by Ilya Shurupov
parent 69db2b82a4
commit 8cc5f2f9f7
15 changed files with 1276 additions and 1226 deletions

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ oscript {
%left '==' '>' '<' '>=' '<=' '!=' '!';
%left ';';
script : stmts [tmp];
script : stmts [tmp] | ;
scope:
'{' stmts '}' [scope]