From c26fa892eecd55007b6b4c3942279f92c77085f3 Mon Sep 17 00:00:00 2001 From: nielsbross Date: Thu, 18 Sep 2025 11:08:52 +0000 Subject: [PATCH] Added todos to module --- module.jai | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module.jai b/module.jai index ee699fa..e6a0f33 100644 --- a/module.jai +++ b/module.jai @@ -23,6 +23,11 @@ - [ ] for-each loops - [ ] add parameters to hints (meta properties, resource binding indices if needed) - [ ] 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) {