Allow reserved words reserved only in strict mode.
Properly treat all unicode whitespace characters as whitespace.
Update list of reserved words to match ECMAScript 5
Fix ecma visitor for function expressions with name
Allow use of keywords in property names.
Add RKelly::Parser#stopped_at method for error reporting.
Handle multibyte characters without crashing.
A fork of RKelly
10x speedup of Tokenizer.
Full begin/end line/char info on each node.
List all comment nodes in root node instead of attempting to associate them with syntax nodes and failing at it.
Recognize /[/]/ as valid JS regex.