Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 233 Bytes

COMMANDS.md

File metadata and controls

22 lines (18 loc) · 233 Bytes

This is developed on MacOS in 2023

Have this installed

brew install ninja
brew install cmake

Build

cmake -G Ninja -B bld -DCMAKE_BUILD_TYPE=Release

Compile

cmake --build bld

Run

bld/func `tinylang`