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 468597be27 Use |charCodeAt| instead of |charCode| when matching one-character literals
The speedup is marginal (if any) but let's have this anyway.

Speed impact
------------
Before:     212.49 kB/s
After:      213.01 kB/s
Difference: 0.24%

Size impact
-----------
Before:     1056976 b
After:      1058314 b
Difference: 0.12%

(Measured by /tools/impact with Node.js v0.4.8 on x86_64 GNU/Linux.)

Closes GH-50.
13 years ago
..
checks.js Compiler checks and passes are named for easier reference from tests 14 years ago
compiler.js Rewrite variable handling in generated parsers 13 years ago
emitter.js Use |charCodeAt| instead of |charCode| when matching one-character literals 13 years ago
parser.js Use |charCodeAt| instead of |charCode| when matching one-character literals 13 years ago
parser.pegjs Add two missing |var|s (fix global namespace pollution) 13 years ago
passes.js Rewrite variable handling in generated parsers 13 years ago
peg.js Add PEG.js version information and homepage header to peg.js 13 years ago
utils.js Rewrite variable handling in generated parsers 13 years ago