Consider adding char
as a primitive type
#2937
Labels
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler: parser
Everything to do with the parser
language feature
Core language features visible to end users
P: high
Should be looked at if there are no critical issues left
Similar to https://doc.rust-lang.org/book/ch03-02-data-types.html#the-character-type
This would be useful for the
String
library that is being developed. For example, thepush
function would look like:The text was updated successfully, but these errors were encountered: