Added todos to module

This commit is contained in:
2025-09-18 11:08:52 +00:00
parent 4c84437022
commit c26fa892ee

View File

@@ -23,6 +23,11 @@
- [ ] for-each loops - [ ] for-each loops
- [ ] add parameters to hints (meta properties, resource binding indices if needed) - [ ] add parameters to hints (meta properties, resource binding indices if needed)
- [ ] consider @entry(stage) syntax instead of the forced keyword - [ ] consider @entry(stage) syntax instead of the forced keyword
- [ ] Add flags to compiler
- [ ] Generate output flag(s)
- [ ] Possibly final stage flag, so you can just call compile_file and it only does what you need.
- Probably this flag is about which stage you need as the _last_ and not which stages to do, as that doesn't make sense.
- [ ] Multiple output languages?
*/ */
add_define :: (env : *Environment, key : string) { add_define :: (env : *Environment, key : string) {