many changes: fixes and efficiency-oriented

This commit is contained in:
ceriel
1987-02-09 23:19:42 +00:00
parent 01fa23d1da
commit f7690cec10
26 changed files with 200 additions and 164 deletions

View File

@@ -28,7 +28,7 @@ extern int level;
/* 9 */
statement
:
[%if (AHEAD != ':')
%if (AHEAD != ':')
expression_statement
|
label ':' statement
@@ -60,7 +60,6 @@ statement
';'
|
asm_statement
]
;
expression_statement