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
26bf5acf19
antlr
/
tool
/
playground
/
U.g
6 lines
62 B
Plaintext
Raw
Blame
History
grammar U;
a : X ;
X : 'a' -> skip ;
Y : 'z' -> skip, more ;
Reference in New Issue
View Git Blame
Copy Permalink