Skip to content

Repository files navigation

Aurum

Latest Tag Status Badge

Overview

A compiler for my own programming language!
The programming language is called Aurum, inspired by the latin word for Gold

Tech Stack

C++ AssemblyScript Bash Script

Syntax

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

Architecture

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...

Build & Run

(Run from Aurum/)

Build

cmake --preset Release
cmake --build --preset Release

Run

./build/Release/Aurum gold.arum

Dependencies

  • NASM

About

A compiler for my own programming language!

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages