1.0.2 • Published 7 years ago

@alu0100973914/egg-in-peg v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

Practice 8 of PL: Egg in PEG (EiP)

Build Status npm version

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.

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago