Closed matklad closed 5 years ago
Ran python scripts/unicode.py, copied tables.rs.
python scripts/unicode.py
tables.rs
Question: what is the maintenance status of this crate? I'd love to switch rustc's lexer to this crate (discussion): this'll make it easier to reuse lexer elsewhere, and will also allow us to remove corresponding unicode tables from libcore.
It's maintained, but not well. Happy to have help from rustc folks.
Make a PR for the new version?
@Manishearth done https://github.com/unicode-rs/unicode-xid/pull/12.
Pulled #7 and #8 there as well
Ran
python scripts/unicode.py
, copiedtables.rs
.Question: what is the maintenance status of this crate? I'd love to switch rustc's lexer to this crate (discussion): this'll make it easier to reuse lexer elsewhere, and will also allow us to remove corresponding unicode tables from libcore.