all repos — hex @ b0fc7a5054d826e04500cd3e0d8c30e006112c84

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"
    }
}