1.0.2 • Published 7 years ago
@alu0100973914/egg-in-peg v1.0.2
Practice 8 of PL: Egg in PEG (EiP)
Our goal consist in rewrite Egg programming language using PEGjs. The resulting Parsing Expression Grammar can be found in the parse-pegjs.pegjs file of the lib folder. parse-pegjs.js is the file automatically generated by pegjs module.
Egg repository
Compatibilities
EiP is compatible with almost all the features present in 1.6.0 Egg version but there are some functionalities not supported:
- Regular expressions.
- Splat Operator.
EiP passes 84 of the 93 tests defined in 1.6.0 Egg version.