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
- Host: GitHub
- URL: https://github.com/dvberkel/canopy-experiment
- Owner: dvberkel
- Created: 2012-07-18T12:04:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-18T12:13:51.000Z (almost 13 years ago)
- Last Synced: 2025-02-07T23:35:16.421Z (4 months ago)
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"