Skip to content

Commit

Permalink
Updates to trconvert, grammars.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Jul 27, 2023
1 parent eec2fc6 commit 9db1e9c
Show file tree
Hide file tree
Showing 49 changed files with 1,361 additions and 1,609 deletions.
4 changes: 2 additions & 2 deletions _tests/trconvert/antlr3/Gold/ASN.g4
Original file line number Diff line number Diff line change
Expand Up @@ -956,15 +956,15 @@ NUMBER : DIGIT+;

//WORD : UPPER+;

WS : (' '|'\r'|'\t'|'\u000C'|'\n') {$channel=HIDDEN;}
WS : (' '|'\r'|'\t'|'\u000C'|'\n')
;


fragment
Exponent : ('e'|'E') ('+'|'-')? NUMBER ;

LINE_COMMENT
: '--' ~('\n'|'\r')* '\r'? '\n' {$channel=HIDDEN;}
: '--' ~('\n'|'\r')* '\r'? '\n'
;


Expand Down
Loading

0 comments on commit 9db1e9c

Please sign in to comment.