mirror of
https://github.com/irmen/prog8.git
synced 2024-12-01 15:52:54 +00:00
* #40: put back in fix for EOL-after-block - tests pass
This commit is contained in:
parent
32bad5df15
commit
3496a30528
@ -74,8 +74,7 @@ register: 'A' | 'X' | 'Y' | 'AX' | 'AY' | 'XY' | 'Pc' | 'Pz' | 'Pn' | 'Pv' | 'R0
|
|||||||
|
|
||||||
module : (directive | block | EOL)* EOF ;
|
module : (directive | block | EOL)* EOF ;
|
||||||
|
|
||||||
//block: identifier integerliteral? '{' EOL (block_statement | EOL) * '}' (EOL | EOF) ;
|
block: identifier integerliteral? '{' EOL (block_statement | EOL) * '}' (EOL | EOF) ;
|
||||||
block: identifier integerliteral? '{' EOL (block_statement | EOL) * '}' EOL ;
|
|
||||||
|
|
||||||
|
|
||||||
block_statement:
|
block_statement:
|
||||||
|
Loading…
Reference in New Issue
Block a user