pegjs/lib
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
..
ast Moved AST and visitor classes 2018-01-28 02:00:28 +00:00
compiler Resolve 'vm.runInContext' bottleneck 2018-02-04 00:12:30 +00:00
typings Use CommentMap 2018-01-30 01:02:39 +00:00
util Some cosmetic changes 2018-01-18 01:47:13 +00:00
.eslintrc.js Disabled eslint rule 'prefer-spread' 2017-10-26 10:20:29 +01:00
grammar-error.js Update code format and style 2017-10-25 19:19:42 +01:00
parser.js Relay parser opts from peg.generate (#553) 2018-01-28 23:42:16 +00:00
peg.d.ts Added 'lib/peg.d.ts' for internal use 2017-12-28 01:23:37 +00:00
peg.js Added the Session API 2018-01-30 02:38:49 +00:00