Version 10 of Parser Tools

Updated 2018-10-22 11:41:14 by pooryorick

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
datalog.tcl
An example using grammar::aycock.