diff --git a/usr/share/tio.run/languages.json b/usr/share/tio.run/languages.json index eeaceb6..4e3c85c 100644 --- a/usr/share/tio.run/languages.json +++ b/usr/share/tio.run/languages.json @@ -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" diff --git a/wrappers/paradoc b/wrappers/paradoc new file mode 100755 index 0000000..e79e300 --- /dev/null +++ b/wrappers/paradoc @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +export PYTHONPATH=/opt/paradoc +python3 -m paradoc .code.tio "$@" < .input.tio