Tasks Accomplished This Week
Issues Closed/Partially Completed
- Non-ascii name is not recognized by both the parser · Issue #916 · lcompilers/lpython (github.com) [OPEN]
PRs
- [Parser] Add support for unicode identifiers by akshanshbhatt · Pull Request #951 · lcompilers/lpython (github.com) [CLOSED]
- [Parser] Fix bug with non-ASCII characters in the new parser by akshanshbhatt · Pull Request #948 · lcompilers/lpython (github.com) [CLOSED]
Issues Faced This Week
- While working for an optimised version of the formatted string (using the tokeniser itself), I faced multiple issues. For now, it is still a work in progress.