mirror of
https://github.com/irmen/prog8.git
synced 2026-04-25 12:33:55 +00:00
%breakpoint! introduced to place after an assignment to make it parse correctly
This commit is contained in:
@@ -151,7 +151,7 @@ labeldef : identifier ':' ;
|
||||
|
||||
unconditionaljump : GOTO expression ;
|
||||
|
||||
directive : directivename (directivenamelist | (directivearg? | directivearg (',' directivearg)*)) ;
|
||||
directive : directivename '!'? (directivenamelist | (directivearg? | directivearg (',' directivearg)*)) ;
|
||||
|
||||
directivename: '%' UNICODEDNAME;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user