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
Finish runtime library like comptime_eval.h in LFortran
Be able to call a function like lpython_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)
Implement the rest of 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:
Here is a roadmap that we can follow:
comptime_eval.hin LFortranlpython_str_formatthat 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)strfunctionality (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):