-
Notifications
You must be signed in to change notification settings - Fork 0
Port Diannex Compiler #10
Copy link
Copy link
Closed
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
Milestone
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
As apart of the goal to Integrate The Diannex Compiler we'll have to actually port over the project from Rupitian/diannex.
For now this issue just focuses on bringing over the compiler as a whole into this repository, splitting the functionality and CLI, updating to C++20/23, and unit testing are all their own issues.
So we need to create a new
compilerdirectory (for now), and copy over the compile project into that directory. Then we should add aadd_subdirectorycall from the main CMakeLists.txt and that should be it for this issue.