jank-lang / jank

The native Clojure dialect hosted on LLVM
https://jank-lang.org
Mozilla Public License 2.0
1.7k stars 50 forks source link

feat/support unicode identifiers #133

Open stmonty opened 3 days ago

stmonty commented 3 days ago

Adds UTF-8 Unicode support (fixes #89).

It currently passes all the tests, though I made some modifications to some lex tests. However, I think these changes better reflect the desired behavior matching the official Clojure implementation.

CLAassistant commented 3 days ago

CLA assistant check
All committers have signed the CLA.