0
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 22, 2023 — Jun 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[loose parser] Add note about imprecision More... over 11 years ago
[loose parser] Make expect check two tokens ahead if it fails to find its target More... over 11 years ago
Add a loose parser More... over 11 years ago
Small fixes noticed while going over the when writing loose parser More... over 11 years ago
Export the tokenizer More... over 11 years ago
Attach position information to errors More... over 11 years ago
Fix regexp detection after void/typeof/instanceof/delete More... over 11 years ago
Bump version to 0.0.2 More... over 11 years ago
Remove trackComments, add onComment option More... over 11 years ago
Unnecessary 'if' as we already know 'ch !== 92' More... over 11 years ago
[walker] Allow recursive walks without building a new walker obj More... over 11 years ago
Formatting More... over 11 years ago
Fixes sourceFile option. More... over 11 years ago
Give true/false/null literals a `raw` property More... over 11 years ago
line_loc type for v8 perf More... over 11 years ago
create node 'class' - improve v8 performance More... over 11 years ago
reduce array creation in readString More... over 11 years ago
Use 'self' instead of 'window' in browser, in order to work in a web worker More... over 11 years ago
Add missing labels.pop() to allow re-using labels in a block More... over 11 years ago
Make sure readInt doesn't try to read past len, if given More... over 11 years ago
Add missing semicolon() calls to debugger and throw statement parsers More... over 11 years ago
Remove test that raised error from the JS engine's RegExp parser More... over 11 years ago
Give readToken sub-functions meaningful names More... over 11 years ago
Add an acorn-only button to bench.html More... over 11 years ago
Assign parenthesized expressions a range that includes the parens More... over 11 years ago
Split readToken to smaller functions More... over 11 years ago
[walker] Allow custom fields to be added to new walkers More... over 11 years ago
Make the walker's scope module use objects for variables More... over 11 years ago
Comment walker module More... over 11 years ago
Stop accumulating line comments when trackComments is off More... over 11 years ago