all repos — hex @ fc8380255e0235f05740a273586f49fa3cae3268

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