-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
current-sprintBeing worked on in the current sprintBeing worked on in the current sprint
Description
As part of #368, we need to extend chalk's TypeName
to model the built-in str
type.
You can follow #394 which provides a rough model of what needs to be extended. str
should be roughly like u32
.
You would need to
- add
str
toTypeName
- extend parser to accept
str
as a type name, and add a suitable node to the AST - Update the current state table to include str. I don't think it requires any special handling, its impls live in the standard library (and it does not implement
Sized
).
This issue has been assigned to @Mcat12 via this comment.
Metadata
Metadata
Assignees
Labels
current-sprintBeing worked on in the current sprintBeing worked on in the current sprint