aboutsummaryrefslogtreecommitdiff

unholy-jakt

Jakt toolchain for TempleOS development

build

g++ -c -o libtemple/libtemple.o libtemple/libtemple.cpp; gcc -shared -o build/libtemple.so libtemple/libtemple.o

jakt -S -o program -R <runtime_path> -B build main.jakt

clang++-14 -I <runtime_path> -fcolor-diagnostics -std=c++20 -fno-exceptions -Wno-user-defined-literals -Wno-deprecated-declarations -Wno-parentheses-equality -Wno-unqualified-std-cast-call -Wno-unknown-warning-option -o build/program build/program.cpp build/libtemple.so

usage

Copy the contents of the repo to a RedSea ISO.C disk image,

Cd("T:"); #include "Run";