This website requires JavaScript.
Explore
Help
Sign In
saturneric
/
LR1Generator
Watch
1
Star
0
Fork
0
You've already forked LR1Generator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4d73c6c6f2
LR1Generator
/
cmake-build-debug
/
syntaxInput.txt
9 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add FIRST and FOLLOW functions; syntaxInput.txt Modified;
2021-04-25 18:24:29 +00:00
@E -> T E'
E' -> "+" T E'
E' -> ε
T -> F T'
T' -> "*" F T'
T' -> ε
F -> "(" @E ")"
F -> "id"
Reference in New Issue
Copy Permalink