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
717af9c371
antlr
/
tool
/
playground
/
T.g
4 lines
31 B
Plaintext
Raw
Normal View
History
Unescape
Escape
rm prints
2012-08-06 00:21:59 +08:00
parser grammar T;
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
rm prints
2012-08-06 00:21:59 +08:00
s : A | B ;