all repos — hex @ 40a051ba15992e0135caa07ab51e1f81a2eee0a7

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

.vscode/settings.json

 1
 2
 3
 4
 5
 6
 7
 8
{
    "files.associations": {
        "*.erd": "json",
        "*.vuerd": "json",
        "*.mjs": "javascript",
        "string.h": "c"
    }
}