Tommy Yu

Results 29 comments of Tommy Yu

Exact same issue as #52, #59, #103, #105 due to keywords not being recognised as identifiers.

No, never mind, if an actual newline character occur inside a string token and actual new line, Node.js doesn't even like it either. ``` $ cat | node var i...

Can you please provide the link to the example that choked?

The cause is due to the exact same issue already reported as #52, #59, #81, and #90.

Anyway, I do see what you mean - I had mistakenly used my patched version of slimit that correctly reported that as a parsing error. Anyway, the correct behavior with...

@22459 if you are still working on this problem and still want to keep using Python tools, I have forked slimit and rebuilt it as [`calmjs.parse`](https://github.com/calmjs/calmjs.parse), with a CLI utility...

Looks like you have other code or stale state in the lexer/parser that is actually triggering these errors, as the `'Â'` is not present in the code fragment that you...

This is definitely a bug, and thank you for finding this issue so I can fix it in my fork.