all repos — hex @ 1937c9760ea99c6b1df88eb2e56c47748eabbcc1

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

.vscode/settings.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
{
    "files.associations": {
        "*.erd": "json",
        "*.vuerd": "json",
        "__bit_reference": "c",
        "__split_buffer": "c",
        "string": "c",
        "vector": "c"
    }
}