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
9a0aaacbee
antlr
/
tool
/
playground
/
T.g
7 lines
91 B
Plaintext
Raw
Blame
History
grammar T;
s : f f EOF;
f : | x;
x : 'a' 'b';
INT : '0'..'9'+;
WS : (' '|'\n') {skip();} ;
Reference in New Issue
View Git Blame
Copy Permalink