You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement support for strings. This includes parsing them and some preliminary dumb types to handle them. UTF-8 for now, but without proper Unicode tools yet. char type that actually represents a Unicode code point (and not a code unit).
Implement support for strings. This includes parsing them and some preliminary dumb types to handle them. UTF-8 for now, but without proper Unicode tools yet.
char
type that actually represents a Unicode code point (and not a code unit).Depends on #19 and #33.
The text was updated successfully, but these errors were encountered: