Skip to content

Commit

Permalink
added Paradoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Aug 24, 2017
1 parent 391e297 commit 8c0f931
Show file tree
Hide file tree
Showing 2 changed files with 26 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 @@ -4513,6 +4513,28 @@
},
"update": "git"
},
"paradoc": {
"categories": [
"recreational"
],
"encoding": "SBCS",
"link": "https://github.com/betaveros/paradoc",
"name": "Paradoc",
"tests": {
"helloWorld": {
"request": [
{
"command": "F",
"payload": {
".code.tio": "Hw"
}
}
],
"response": "Hello, World!"
}
},
"update": "git"
},
"parenthetic": {
"categories": [
"recreational"
Expand Down
4 changes: 4 additions & 0 deletions wrappers/paradoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

export PYTHONPATH=/opt/paradoc
python3 -m paradoc .code.tio "$@" < .input.tio

0 comments on commit 8c0f931

Please sign in to comment.