Version 9 of Parser Tools

Updated 2016-05-01 22:21:37 by de

Parser Tools , a component of Tcllib, is an evolutionary improvement over grammar::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 modern 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