TheRemyyy
Back to projects

Systems & Infrastructure

Arden Lang

Modern systems language project with ownership-inspired safety, LLVM compilation, and a serious toolchain.

RustLLVMCompilerSystems Programming

Challenge

Many language projects stay experimental and never become practical for real developer workflows.

Build approach

I built the full compiler pipeline and paired it with a usable CLI for build, run, lint, test, benchmark, and profiling.

Outcome

Arden Lang demonstrates deep compiler engineering, not just concept exploration.

Additional Information

Includes lexer/parser/type checker/borrow checker, LLVM IR generation, examples, and CI automation.