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
8c8752a7b2
antlr
/
tool
/
playground
/
T.g
11 lines
89 B
Plaintext
Raw
Blame
History
lexer grammar T;
RBRACE : '}' ;
mode Action;
END_ACTION
: '}' -> popMode
;
Reference in New Issue
View Git Blame
Copy Permalink