-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
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
String builtins #1784
String builtins #1784
Conversation
lukaszcz
commented
Jan 30, 2023
•
edited by jonaprieto
Loading
edited by jonaprieto
- Progress for Adapt the examples, tests and the standard library to work with the new pipeline #1742
- Adds builtin primitives for operations on strings and removes the corresponding foreign & compile blocks.
f2bc158
to
0d8ebbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be a lot of C format changes unrelated to the pr. Could we separate those in another pr?
Okay, but we'll be removing the old C runtime code anyway (that's where the reformatting is, because I have "format on save" in VSCode). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great
3406073
to
bd8f3b8
Compare
2edfa86
to
90799f9
Compare