1
0
Fork
You've already forked Dark_Programming_Language
0
An small compiler, that compiles code into an executable .exe file on windows.
  • C++ 65.4%
  • Assembly 22.2%
  • HTML 5.4%
  • Batchfile 4.6%
  • Pascal 2.4%
2024年10月11日 11:16:46 +00:00
Project Project Upload 2024年10月11日 01:29:17 +02:00
Setup Project Upload 2024年10月11日 01:29:17 +02:00
.gitattributes Project Upload 2024年10月11日 01:29:17 +02:00
LICENSE Initial commit 2024年10月10日 23:11:32 +00:00
README.md README.md aktualisiert 2024年10月11日 11:16:46 +00:00

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