pegjs/lib/compiler
Futago-za Ryuu fedf0f3480 Resolve 'vm.runInContext' bottleneck
Calling 'vm.runInContext'  is slightly more expensive then calling `eval`, but removing the string template and extracting the variable generator helps abit.
2018-02-04 00:12:30 +00:00
..
passes Not session.fail but session.fatal 2018-02-02 07:13:58 +00:00
index.js Provide context to parser (#517) 2018-02-02 06:42:03 +00:00
js.js ECMA, not ESMA 2018-01-29 02:02:17 +00:00
opcodes.js Move all codegeneration from generateBytecode pass to generateJs pass (#459) 2018-01-17 16:57:49 +00:00
session.js Provide context to parser (#517) 2018-02-02 06:42:03 +00:00
vm.js Resolve 'vm.runInContext' bottleneck 2018-02-04 00:12:30 +00:00