all repos — hex @ 2a3c367246c8052a46c18a9ce908fca570fe0980

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