This website requires JavaScript.
Explore
Help
Sign In
thomasave
/
Parsodus
Watch
1
Star
0
Fork
You've already forked Parsodus
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cf237b04eb
Parsodus
/
parser.example.pds
9 lines
105 B
Plaintext
Raw
Blame
History
parser: lalr(1)
lexesis: lexer.lxs
terminals:
A B
start: s
grammar:
s -> x x;
x -> A x | B;
Reference in New Issue
View Git Blame
Copy Permalink