Codegen multiple line strings

This commit is contained in:
Krzosa Karol
2022-09-30 16:05:19 +02:00
parent b17027f431
commit b1d05bc203
6 changed files with 25 additions and 13 deletions

View File

@@ -99,20 +99,20 @@ Release :: (m: *Memory)
- [ ] Dynamic arrays
- [ ] Hash tables
- [ ] Tuples
- [x] Beginnings
- [x] Multiple return values from a function
- [ ] But do we actually want this?
- [ ] Some kind of tuple expressions
- [ ] Using tuples as single values without unpacking
- [ ] Generics / Parametric polymorphism
- [ ] Function overloading
- [x] Operator overloading
- [x] Binary operators
- [x] Unary operators
- [x] Bulletproof
- [ ] Assignment expressions?
- [ ] Bulletproof
- [ ] Platforms
- [x] Windows