Open millergarym opened 1 year ago
I think it's pretty common for projects to have long lived branches for new features, and I'd like master to remain "prod grade, ready for use". The new rust codegen has a way to go before its at that stage.
I also want master to continue to have automation that builds the projects from the ground up, including bootstrapping etc. This is currently done by:
https://github.com/adl-lang/adl/blob/master/haskell/tools/scratch-build.sh
So we'd need to work out how to do this for the new rust code gen. Ideally it should be self hosting, and not required the haskell implementation to bootstrap the rust implementation.