darrenclark / dang

Hobby programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dang

Hobby programming language. Aiming to have a language functional enough to do Advent of Code 2024 🤞

Inspired by Pixeled's "Creating a Compiler" (https://github.com/orosmatthew/hydrogen-cpp)

Building

# or apt-get install, yum install, apk add, etc..
brew install catch2

cmake -B./build -DCMAKE_EXPORT_COMPILE_COMMANDS=1 .
cd build
make

# to run tests
ctest

# to run sample program
./dang ../sample.dang

About

Hobby programming language


Languages

Language:C++ 59.1%Language:C 40.3%Language:CMake 0.5%