Rust-GCC / gccrs

GCC Front-End for Rust
https://rust-gcc.github.io/
GNU General Public License v2.0
2.32k stars 146 forks source link

Unicode support #2287

Open tamaroning opened 1 year ago

tamaroning commented 1 year ago

Tokenizer

Parser

Backend

Others

TODOs

need more tests!

CohenArthur commented 1 year ago

Unicode identifiers were stabilized in rust-lang/rust#83799. There is a PR (rust-lang/reference#1022) on the reference to clarify the rules regarding unicode identifiers. There are also some lints to detect confusing cases like mixing different scripts.

originally posted by @bjorn3 in #418