jisp
jisp copied to clipboard
Better Unicode support in identifiers
JavaScript allows Unicode letters and even many Unicode non-letter characters in identifiers. Right now, the syntax regexes only allow the $_A-Za-z0-9 set in names. ToDo implement support for all allowed symbols.