An open API service indexing awesome lists of open source software.

https://github.com/dvberkel/canopy-experiment

Project to explore James Coglan' PEG parser generator
https://github.com/dvberkel/canopy-experiment

Last synced: 3 months ago
JSON representation

Project to explore James Coglan' PEG parser generator

Awesome Lists containing this project

README

        

Canopy Experiment
=================

[James Coglan][1] announced [canopy][2], a

> parser compiler for JavaScript, based on Parsing Expression Grammars
> and heavily influenced by Treetop.

The defining property of canopy is that it seperates the grammar from
the methods added to the parse tree.

This project documents my experiences with canopy.

Submodule
---------

This project will also explore submodules and how the can be used to
keep developement of a library in sync with the development of the
project using it. follow [git submodule][3] for more information.

[1]: https://github.com/jcoglan "GitHub profile of James Coglan"
[2]: https://github.com/jcoglan/canopy "Canopy project source code on GitHub"
[3]: http://git-scm.com/book/en/Git-Tools-Submodules "Git documentation about submodules"