mitranim/jisp

Better Unicode support in identifiers

Opened this issue · 0 comments

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.