-
Notifications
You must be signed in to change notification settings - Fork 165
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
Roadmap #155
Comments
Sorry, the unpinning happened by mistake. For a moment it seemed that it was a popup/notification, but later I realized that it was a pinned issue. I will take care next time. |
I'll use this issue to link to issues of high priority:
We'll figure out a detailed roadmap. Until then, feel free to work towards any of the issues here. |
The highest priority issues I think right now are: |
Closing in favor of #1600. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a roadmap that we can follow:
comptime_eval.h
in LFortranlpython_str_format
that is our own LPython implementation of the%
formatting operator, this function will be inserted by the frontend (tested by Implement real and imag for complex #256, which calls_lpython_imag
)str
functionality (mostly in the LLVM backend) and fix all bugs related to strings (the remaining bug seems to be Fix string indexing #273)This should allow us to implement large parts of the runtime library, and get LPython off the ground. After the above works, the other missing features that we need to implement are:
Other (lower priority):
The text was updated successfully, but these errors were encountered: