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
48ddc0bcee
antlr
/
tool
/
playground
/
T.g
5 lines
91 B
Plaintext
Raw
Blame
History
grammar T;
stat : ifstat | 'x';
ifstat : 'if' stat ('else' stat)?;
WS : [ \n\t]+ -> skip ;
Reference in New Issue
View Git Blame
Copy Permalink