rvanvelzen / limeLinks
Lime is a LALR(1) parser generator written in PHP. The original source code can be found at http://sourceforge.net/projects/lime-php/, this is just a fork.
☆60Updated 8 years ago
Alternatives and similar repositories for lime
Users that are interested in lime are comparing it to the libraries listed below
Sorting:
- PEG (parsing expression grammar) compiler for PHP☆190Updated 7 years ago
- Parsing library for PHP☆89Updated 3 years ago
- Lexing experiments in PHP☆162Updated 3 years ago
- Creating native instructions in PHP since 2014☆191Updated 7 years ago
- A PHP parser generator, based on the lemon parser generator tool. lemon-php requires a C compiler to build, and this will generate pure-P…