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
Closes#79.
Adds lowering logic for:
* String type and `ConstString` (c-style)
* Error type and `ConstError`
* Print op (lowers to libc `printf` by default)
* Panic op (lowers to libc `abort` by default)
BREAKING CHANGE: `CodegenExtension::emitter` has a new lifetime bound on
the `self` argument. `PreludeCodegen` trait now requires `Clone`.
No description provided.
The text was updated successfully, but these errors were encountered: