all repos — hex @ ca53f1e841863f9f6be360901a78e2f3c3dae506

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

build.cmd

 1
 2
 3
gcc -Wall -Wextra -g hex.c -o hex.exe
emcc -sASYNCIFY -sEXPORTED_RUNTIME_METHODS=stringToUTF8 hex.c -o web/assets/hex.js --pre-js web/assets/hex-playground.js
cosmocc -o hex hex.c