-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Compiler CLI [dnx]Specific to the Diannex Compiler CLISpecific to the Diannex Compiler CLICompiler Library [libdnxc]Specific to the Diannex CompilerSpecific to the Diannex CompilerenhancementNew feature or requestNew feature or request
Description
One of the goals of this project is to provide everything you need to programmatically get Diannex up and running. Currently, to actually get Diannex binaries to use with what we have currently, you must download/build the compiler at Rupitian/diannex and compile a dx script file using it.
However, the compiler is old, it's had some improvements and bugfixes over the years, but it can certainly use a modern C++ touch-up.
Additionally, we should allow for the ability to compile scripts programmatically, which would mean separating out the actual compilation functionality, and making the actual compiler program a wrapper around the compiler library.
So that leaves the following tasks:
Metadata
Metadata
Assignees
Labels
Compiler CLI [dnx]Specific to the Diannex Compiler CLISpecific to the Diannex Compiler CLICompiler Library [libdnxc]Specific to the Diannex CompilerSpecific to the Diannex CompilerenhancementNew feature or requestNew feature or request