pegjs/lib
David Majda 3333cdd18d Position tracking: Kill the |trackLineAndColumn| option
Getting rid of the |trackLineAndColumn| simplifies the code generator
(by unifying two paths in the code).

The |line| and |column| functions currently always compute all the
position info from scratch, which is horribly ineffective. This will be
improved in later commit(s).
2012-12-02 13:06:16 +01:00
..
compiler Position tracking: Kill the |trackLineAndColumn| option 2012-12-02 13:06:16 +01:00
compiler.js Kill the |toSource| method, introduce the |output| option 2012-11-11 18:18:52 +01:00
grammar-error.js Git repo npmization: Make the repo a npm package 2012-11-10 14:21:14 +01:00
parser.js Position tracking: Kill the |trackLineAndColumn| option 2012-12-02 13:06:16 +01:00
peg.js Git repo npmization: Make the repo a npm package 2012-11-10 14:21:14 +01:00
utils.js Add backslash forgotten in the previous commit 2012-11-21 08:35:43 +01:00