all repos — hex @ 0636af424dcf67183bede5870f4c91586e3e86a5

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