Skip to content

Commit

Permalink
added BrainFlump
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Sep 13, 2017
1 parent b150740 commit 59d860a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions usr/share/tio.run/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,28 @@
},
"update": "piggyback"
},
"brainflump": {
"categories": [
"recreational"
],
"encoding": "UTF-8",
"link": "https://github.com/gunnerwolf/BrainFlump",
"name": "BrainFlump",
"tests": {
"helloWorld": {
"request": [
{
"command": "F",
"payload": {
".code.tio": "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.+++++++++++++++++++++++++++++.+++++++:..+++.-------------------------------------------------------------------.------------.+++++++++++++++++++++++++++++++++++++++++++++++++++++++.++++++++++++++++++++++++.+++.;.--------.-------------------------------------------------------------------."
}
}
],
"response": "Hello, World!"
}
},
"update": "git"
},
"brainfuck": {
"categories": [
"recreational"
Expand Down
3 changes: 3 additions & 0 deletions wrappers/brainflump
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python2 /opt/brainflump/BrainFlump.py -f .code.tio "$@" < .input.tio

0 comments on commit 59d860a

Please sign in to comment.