zeparser2
zeparser2 copied to clipboard
Next version of my JS (ES5) parser
Should write a fuzzer to try and poke holes. And because it's fun :)
Magic brain fart; If we're only interested in a token stream and our main problem for it is the division/regex choice, couldn't we postpone this at least until we actually...
https://gist.github.com/qfox/6118105
Add some unicode in the mix
Allows for minimal bytes over the wire in case somebody is not interested in error messages at all. Just make it throw an error code which may or may not...
See what parts of strict mode I want to support.
By that I mean add a parsing mode for stuff like #5. There are a few differences between what's allowed in a script tag, and what's allowed in a script...