Add brainfuck

on behalf of @def-
This commit is contained in:
Flaviu Tamas 2015-02-06 22:00:15 -05:00
parent 8fab1575b2
commit c340dd94e7

View File

@ -1200,5 +1200,15 @@
"description": "A FUSE binding for Nim",
"license": "MIT",
"web": "https://github.com/akiradeveloper/nim-fuse",
},
{
"name": "brainfuck",
"url": "https://github.com/def-/brainfuck.git",
"method": "git",
"tags": ["library", "binary", "app", "interpreter", "compiler", "language"],
"description": "A brainfuck interpreter and compiler",
"license": "MIT",
"web": "https://github.com/def-/nim-brainfuck"
}
]