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) {