mul/docs/ROADMAP.md

18 lines
397 B
Markdown
Raw Normal View History

2023-04-28 07:11:34 +00:00
# implementation roadmap
- [ ] parser
2023-05-01 03:05:39 +00:00
- [ ] uniform function call syntax
- [ ] lossless syntax trees (rowan + ungrammar)
2023-04-28 07:11:34 +00:00
- [ ] typechecker
- [ ] interpreter
- [ ] code generator
- [ ] functions
- [ ] lambdas / closures
- [ ] generic functions
- [ ] algebraic data types
- [ ] product types
- [ ] sum types
- [ ] variant types
2023-05-01 03:05:39 +00:00
- [ ] pattern matching
2023-04-28 07:11:34 +00:00
- [ ] trait / interface system