You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda 28860e88df Position tracking: Cache position info computed by |line| and |column|
Cache the last reported position info. If the position advances, the
code uses the cache and only computes the differnece. If the position
goes back, the cache is simply dropped.
12 years ago
..
compiler Position tracking: Cache position info computed by |line| and |column| 12 years ago
compiler.js Kill the |toSource| method, introduce the |output| option 12 years ago
grammar-error.js Git repo npmization: Make the repo a npm package 12 years ago
parser.js Position tracking: Kill the |trackLineAndColumn| option 12 years ago
peg.js Git repo npmization: Make the repo a npm package 12 years ago
utils.js Add backslash forgotten in the previous commit 12 years ago