This website requires JavaScript.
Explore
Help
Sign In
forgetest1
/
antlr
forked from
jasder/antlr
Watch
1
Star
0
Fork
You've already forked antlr
0
Code
Issues
Pull Requests
1
Releases
Wiki
Activity
cb340b1e04
antlr
/
tool
/
playground
/
T.g
6 lines
103 B
Plaintext
Raw
Blame
History
grammar T;
s@after {dumpDFA();}
: ID | ID {;} ;
ID : 'a'..'z'+ ;
WS : (' '|'\t'|'\n')+ {skip();} ;
Reference in New Issue
View Git Blame
Copy Permalink