A compiler for my own programming language!
The programming language is called Aurum, inspired by the latin word for Gold
I code in C++, Java and Python, so I want to mix all the best syntax features (in my humble opinion, of course) from them into this language
- File extension:
.arum - Semicolon based
currently only supports MacOS, running assembly in x64 architecture, bcz I like its syntax better I do want to support Linux soon... I'll see about Windows
Currently, scripts/ only holds the mac's compilation command for assembly, but I hope to add more... soon...
(Run from Aurum/)
cmake --preset Release
cmake --build --preset Release./build/Release/Aurum gold.arum- NASM