diff --git a/usr/share/tio.run/languages.json b/usr/share/tio.run/languages.json index edba70e..5d48285 100644 --- a/usr/share/tio.run/languages.json +++ b/usr/share/tio.run/languages.json @@ -4086,6 +4086,28 @@ ], "update": "dnf" }, + "lnusp": { + "categories": [ + "recreational" + ], + "encoding": "SBCS", + "link": "https://github.com/TryItOnline/lnusp", + "name": "LNUSP", + "tests": { + "helloWorld": { + "request": [ + { + "command": "F", + "payload": { + ".code.tio": "001 . !.! .OUTPUT .EXIT\n001 . ! . .\n001 ! . ! . .\n001 . !! . .\n001 * . .\n033 + ! . .\n001 * . .\n100 + d . .\n001 * . .\n108 + l . .\n001 * . .\n114 + r . .\n001 * . .\n111 + o . .\n001 * . .\n087 + W . .\n001 * . .\n032 + . .\n001 * . .\n044 + , . .\n001 * . .\n111 + o . .\n001 * . .\n108 + l . .\n001 * . .\n108 + l . .\n001 * . .\n101 + e . .\n001 * . .\n072 + H . .\n001 * . !\n001 . . .\n001 . . .\n001 . . .\n001 . . .\n001 ! . .\n001 . . .\n001 . . .\n001 . . .\n001 . @ . .\n001 . +. .\n001 . ! .\n001 . . .\n001 . ?.....?@\n001 . ? . ?\n001 . . . *\n001 . ? . ?\n001 !.......?..@..?" + } + } + ], + "response": "Hello, World!" + } + }, + "update": "git" + }, "logicode": { "categories": [ "recreational" diff --git a/wrappers/lnusp b/wrappers/lnusp new file mode 100755 index 0000000..4f18bea --- /dev/null +++ b/wrappers/lnusp @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +/opt/lnusp/lnusp .code.tio "$@" < .input.tio