Added mn, renamed MiNiM into min.

This commit is contained in:
h3rald 2021-04-24 08:12:01 +00:00
parent f7bd440958
commit bcdde73033

View File

@ -6341,17 +6341,34 @@
"web": "https://github.com/nigredo-tori/classy" "web": "https://github.com/nigredo-tori/classy"
}, },
{ {
"name": "MiNiM", "name": "mn",
"url": "https://github.com/h3rald/minim", "url": "https://github.com/h3rald/mn",
"method": "git", "method": "git",
"tags": [ "tags": [
"concatenative", "concatenative",
"language", "language",
"shell" "shell"
], ],
"description": "A tiny concatenative programming language and shell.", "description": "A truly minimal concatenative programming language.",
"license": "MIT", "license": "MIT",
"web": "https://h3rald.com/minim" "web": "https://h3rald.com/mn"
},
{
"name": "min",
"url": "https://github.com/h3rald/min",
"method": "git",
"tags": [
"concatenative",
"language",
"shell"
],
"description": "A small but practical concatenative programming language and shell.",
"license": "MIT",
"web": "https://min-lang.org"
},
{
"name": "MiNiM",
"alias": "min"
}, },
{ {
"name": "boneIO", "name": "boneIO",