Epic 0: Baseline / sanity (quick wins)
Open
- Dominant language
- Python
- Stars
- 41
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
## Epic 0: Baseline / sanity (quick wins)
- [ ] Add a `--version` flag (compiler version + Python version)
- [ ] Add debug flags: `--dump-ast`, `--dump-tac`, `--dump-cfg`, `--dump-ssa`
- [ ] Add `--time` flag to show per-phase compilation timing
- [ ] Add a "golden output" harness for MIPS (compile → run in SPIM → compare stdout)
- [ ] Standardize exit codes (0 = success, 1 = compile error, 2 = usage error)
- [ ] Improve `--help` (group flags, show examples)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.