neotoma v1.1
Sean Cribbs
seancribbs@REDACTED
Sat Jun 27 19:12:06 CEST 2009
I've made some enhancements to neotoma, the PEG/packrat library, and
tagged release 1.1.
* The build process now uses make and erl -make instead of rake.
* neotoma now has an .app file.
* neotoma is now self-hosting, that is, the metagrammar-parser can
generate itself. Use `make bootstrap` to try it out.
* The parser generator will now print some useful warnings and errors if
you have unused reductions or dangling nonterminals in your grammar. If
you have the latter, a parser will NOT be generated and the process will
exit.
As always you can clone the repository:
git clone git://github.com/seancribbs/neotoma.git
Or download an archive from:
http://github.com/seancribbs/neotoma/downloads
Cheers,
Sean Cribbs
More information about the erlang-questions
mailing list