Roadmap
Near-term compiler work. This list reflects the current priorities, not a release schedule.
Up next
- Standard library surface — expand the runtime and stdlib now that owned strings, constants, recovery, and typed IR optimization are in place.
- Next compiler phase — continue compiler work beyond the current frontend, optimizer, and LLVM pipeline.
- Tooling ergonomics — tighten install, release, and everyday compiler workflow.
Recently completed
- string ownership beyond
input()throughstr_copy(...)andstr_concat(...) - module-level
constandpconst - parser recovery for continued syntax diagnostics
- typed IR optimization before LLVM lowering
- initial stdlib modules across math, strings, parse, files, IO, env, path, time, blocking
std.net, and process helpers
contributions welcome
Open an issue or pull request on GitHub ↗ to discuss ideas or report bugs.