LL1-parser
LL1 parser written in Python
Features
- First and Follow Sets
- LL1 parsing Table
- String parsing function which takes string as Input and outputs whether the string is accepted or rejected by the grammar
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
LL1 parser written in Python