bablr-lang / bablr-vm

A VM for enforcing language rules on agAST trees
MIT License
40 stars 2 forks source link

Unicode #25

Open conartist6 opened 1 year ago

conartist6 commented 1 year ago

So far I don't have unicode support because @iter-tools/regex doesn't (see https://github.com/iter-tools/regex/issues/33). The good news is that if all support stems from the custom regex engine I won't have problems with platform-specific inconsistencies in the unicode database at runtime.