An small compiler, that compiles code into an executable .exe file on windows.
| Project | Project Upload | |
| Setup | Project Upload | |
| .gitattributes | Project Upload | |
| LICENSE | Initial commit | |
| README.md | README.md aktualisiert | |
Dark Programming Language
An small compiler, that compiles code into an executable .exe file on windows. This language wasn't made to be an serious language, but rather was more of an personal project. I always wanted to write an compiler from scratch. So I learned Assembly for weeks and months and wrote an compiler to compile my code into Assembly and then with an Assembler into an Executable file. For reference look at the V3.dark file in "Files/DarkFiles".
Features
- Very fast compile times
- Good performance
Setup
- Install Masm32 with "MasmInstall.exe" at DriveBottom("C:", "D:", ...)
- Create an ".dark"-File in "Files/DarkFiles"
- Go Back to the Main Folder
- Click in the Path above
- Enter "cmd.exe" and press Enter
- Enter "Dark.bat fileName" (Example: "Dark.bat Demo")
- An EXE with the Name of your Script should now be in the Folder
- If not look for Errors in Console