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
b18475113b
antlr
/
tool
/
playground
/
T.g
6 lines
60 B
Plaintext
Raw
Blame
History
lexer grammar T;
A : 'a' {false}? ;
B : 'a' ;
WS : [ \n] ;
Reference in New Issue
View Git Blame
Copy Permalink