Menu

#6 Improve token regexp towards JavaScript's full RegExp syntax

Must_have!
open
nobody
5
2013-01-30
2009-07-30
No

JS/CC should use the same regexp syntax as JavaScript ast this is what the user is familiar with.
In particular:
- '\xxx' support should be dropped as it is ambiguous and is not in JavaScript
- '\uXX' and '\UXXXX' should be added for full Unicode support
- '.' should have the same effect (not match end of line)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.