all repos — hex @ 94215375aca47bf0baed9b690589f5e958032af3

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