-
Notifications
You must be signed in to change notification settings - Fork 6
Issues: ren-lang/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
✨ Implement a pass that goes from core functional IR to core imperative IR.
#129
opened Apr 27, 2023 by
hayleigh-dot-dev
✨ Implement a lowering pass that goes from surface AST to core functional IR.
#128
opened Apr 27, 2023 by
hayleigh-dot-dev
✨ Implement a validation pass that checks names are in scope.
#127
opened Apr 27, 2023 by
hayleigh-dot-dev
📝 Flesh out the docs everywhere so it's easier to read and contribute.
#126
opened Apr 27, 2023 by
hayleigh-dot-dev
✅ Write snapshot tests for the entire compiler pipeline.
#125
opened Apr 27, 2023 by
hayleigh-dot-dev
✅ Write integration tests for each two compiler phases that interact.
#124
opened Apr 27, 2023 by
hayleigh-dot-dev
✨ Add support for object/array spreads as both an expression and in pattern matching.
#121
opened Apr 27, 2023 by
hayleigh-dot-dev
✨ Extend the lexer with support for separate lexer modes.
#119
opened Apr 27, 2023 by
hayleigh-dot-dev
♻️ Refactor the
Mod
type to be a bit smarter than a plain list of declarations.
#118
opened Apr 27, 2023 by
hayleigh-dot-dev
♻️ Drop template literal syntax and just always allow interpolation in strings.
#108
opened Mar 11, 2022 by
hayleigh-dot-dev
✨ Add Good for newcomers
panic
keyword to terminate a program.
good first issue
#71
opened Sep 13, 2021 by
hayleigh-dot-dev
5 tasks
🚧 Explicit errors for common pitfalls or mismatched expectations.
#45
opened Jul 3, 2021 by
hayleigh-dot-dev
4 tasks
ProTip!
Exclude everything labeled
bug
with -label:bug.