This website requires JavaScript.
Explore
Help
Sign In
jasder
/
antlr
Watch
1
Star
0
Fork
You've already forked antlr
1
Code
Issues
Pull Requests
Releases
1
Wiki
Activity
8c8752a7b2
antlr
/
tool
/
playground
/
T.g
11 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added ALIAS_REASSIGNMENT warning so redef of string literal among rules caught. First literal goes to .tokens.
2012-07-29 05:24:39 +08:00
lexer grammar T;
RBRACE : '}' ;
mode Action;
END_ACTION
: '}' -> popMode
;