-
Notifications
You must be signed in to change notification settings - Fork 419
Plugins
Sébastien Beyou edited this page May 2, 2020
·
21 revisions
This is a list of plugins that extend or modify PEG.js features. Feel free to extend it if you know about more (just keep the list sorted alphabetically).
- C89 PEG.js — ANSI C dialect code generation target for PEG.js
- pegco — wrapper for PEG.js to write the code in Coco
- pegcoffee — CoffeeScript plugin for the post-0.7 plugin API
- PEGjs Coffee Plugin — use CoffeeScript in actions
- PEG.js import — import a sub-grammar in a larger grammar
- PEGjs override action — add/overwrite actions for specific rules and build mutiple parsers using the same PEG source
- pegjs-syntactic-actions - replace default actions and obtain syntactic trees
- pegjs-brunch - adds PEG.js parser generation to Brunch
-
phpegjs
- php code generation target for PEG.js (more active fork of PHP PEG.js) - TS PEG.js — TypeScript code generation target for PEG.js