From 1f24846e8f894fb65dc4160d54e4b18ba3927c06 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 24 Aug 2017 21:01:54 +0000 Subject: [PATCH] added Paradoc --- usr/share/tio.run/languages.json | 22 ++++++++++++++++++++++ wrappers/paradoc | 4 ++++ 2 files changed, 26 insertions(+) create mode 100755 wrappers/paradoc diff --git a/usr/share/tio.run/languages.json b/usr/share/tio.run/languages.json index eeaceb6..09c26bd 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": "UTF-8", + "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