pegjs/lib/compiler
David Majda 675561f085 Rename and generalize |generateCache{Header,Footer}|
Rename |generateCache{Header,Footer}| to |generateRule{Header,Footer}|
and change their responsibility to generate overall header/footer of a
rule function (when optimizing for speed) or the |peg$parseRule|
function (when optimizing for speed). This creates a natural place where
to generate tracing code (coming soon).
2015-02-14 17:35:09 +01:00
..
passes Rename and generalize |generateCache{Header,Footer}| 2015-02-14 17:35:09 +01:00
asts.js Utility functions cleanup: Cleanup lib/compiler/asts.js 2014-05-08 20:28:32 +02:00
javascript.js Fix a bug in |stringEscape| 2014-05-08 20:28:32 +02:00
opcodes.js Implement additional PUSH_* bytecode instructions 2014-05-16 13:28:29 +02:00
visitor.js Reordering in visitors and their specs 2014-06-07 14:06:42 +02:00