Update todo

This commit is contained in:
Krzosa Karol
2022-10-06 14:27:29 +02:00
parent 0010b92ef1
commit ed98572547

View File

@@ -7,15 +7,12 @@ First doable version:
In the future In the future
- [ ] Cleanup - [ ] Cleanup
- [ ] Remove tuple stuff or cleanup, in the future might replace it with a better implementation
- [ ] Add ability to do i: int = 0 inside for loops for i: int = 0, i < 10, i+=1 - [ ] Add ability to do i: int = 0 inside for loops for i: int = 0, i < 10, i+=1
- [ ] Complicated c declaration generation - [ ] Complicated c declaration generation
- [ ] The fact that symbols from main file get introduced to the loaded files
might be kind of confusing, need to watch out for that
- [ ] Define some pragama that forces lambda evaluation in module #force_evaluate
- [ ]
- [ ] Conditional compilation - [ ] Way to import and force evaluate #import_lazy #import ?
- [ ] Conditional compilation, maybe based on some pattern matching
- [ ] #import "$OS.core"
- [ ] Expand macros - [ ] Expand macros
- [ ] Defer - [ ] Defer