-
Notifications
You must be signed in to change notification settings - Fork 5
Issues: dibyendumajumdar/ravi-compiler
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
repeat until statement should negate the condition
bug
Something isn't working
fixed
Fix implemented
linearizer
Component: Linearizer
#88
opened Nov 10, 2022 by
dibyendumajumdar
repeat until statement scope should include the until condition
bug
Something isn't working
fixed
Fix implemented
linearizer
Component: Linearizer
#87
opened Nov 6, 2022 by
dibyendumajumdar
Create new ast printer that dumps all the AST information
#85
opened Aug 13, 2022 by
dibyendumajumdar
Implement optimization step to replace use of upvalues with constants where upvalue references a constant
linearizer
Component: Linearizer
#77
opened Jan 23, 2022 by
dibyendumajumdar
implement an OPT pass that removes redundant op_close instructions - i.e. followed by RET.
enhancement
New feature or request
#72
opened Jul 24, 2021 by
dibyendumajumdar
Improve error handling in code generator
codegen
Code Generator
work-in-progress
#60
opened Jul 10, 2021 by
dibyendumajumdar
In generated code string literals need to escape special characters
codegen
Code Generator
#55
opened Jul 4, 2021 by
dibyendumajumdar
Optimize for loops for constant increment where direction up or down is known
#40
opened Nov 1, 2020 by
dibyendumajumdar
op_newtable instruction should support the size arguments
linearizer
Component: Linearizer
#39
opened Nov 1, 2020 by
dibyendumajumdar
Complete porting the UTF scanning code in the lexer
lexer
Component: Lexer
#18
opened May 2, 2020 by
dibyendumajumdar
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.