Version 7 of Parser Tools

Updated 2014-08-19 23:06:58 by ak

Parser Tools , a component of Tcllib, is an evolutionary improvement over grammer::peg, and has the beginnings of very nice documentation.

Documentation

official reference
official reference for pt::peg::container
a component of ParseTools, with a more moddern API intended to supersede grammar::peg
official reference for pt::peg::interp
a companion to pt::peg::container

See Also

Parsing Excel XLSX
jbr 2011-02-14: a working example in an actual application
Playing ISBL
jbr 2011-04-01: Another working example in an actual application:
PEG Example, by dkf