We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PromitiveTypes represents only the most primitive types.
PromitiveTypes
As potential pitfalls for backend implementation, String type mostly represents a complex type. For examples:
String
sized array[char]
unsized array[u8]
To avoid that collision, String should be removed from PromitiveTypes.
The text was updated successfully, but these errors were encountered:
Resolved: #32
Sorry, something went wrong.
Remove String from AST. Related to #31
020c58f
Feat: Remove String from AST (#35)
52b54f9
* Remove String from AST. Related to #31 * Updated to new clippy rules for - ast::ExpressionValue::_marker
mrLSD
No branches or pull requests
Description
PromitiveTypes
represents only the most primitive types.As potential pitfalls for backend implementation,
String
type mostly represents a complex type. For examples:sized array[char]
unsized array[u8]
To avoid that collision,
String
should be removed fromPromitiveTypes
.The text was updated successfully, but these errors were encountered: