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
master
antlr
/
tool
/
playground
/
T.g4
13 lines
103 B
ANTLR
Raw
Permalink
Blame
History
grammar
T
;
a
:
'b'
#
alt1
|
'c'
#
alt2
;
b
:
'x'
|
'y'
{
}
;
e
:
e
'*'
e
|
'foo'
;
Reference in New Issue
View Git Blame
Copy Permalink