all repos — hex @ 6b05f204e7b0a303b445886e037df7c34442623c

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

.vscode/settings.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
{
    "files.associations": {
        "*.erd": "json",
        "*.vuerd": "json",
        "*.mjs": "javascript",
        "stdio.h": "c",
        "hex.h": "c"
    }
}