/dang

Hobby programming language

Primary LanguageC++

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