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
f220212a95
antlr
/
tool
/
playground
/
T.g
9 lines
100 B
Plaintext
Raw
Blame
History
grammar T;
s : ID b ;
b : INT ;
ID : [a-zA-Z]+ ;
INT : [0-9]+ ;
WS : [ \t\n\r]+ -> skip ;
Reference in New Issue
View Git Blame
Copy Permalink