-
Notifications
You must be signed in to change notification settings - Fork 3
/
project.json
27 lines (27 loc) · 1.03 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"id": "python/joaquinrossi-esoteric",
"name": "esoteric",
"authors": ["Joaquín Rossi"],
"license": "AGPL-3.0",
"languages": ["Python"],
"tags": ["interpreter"],
"date": "2021-09-29 14:42:29 -0300",
"spec_version": "0.3",
"source": [
"https://github.com/wspace/joaquinrossi-esoteric",
"https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/joaquin-rossi/esoteric"
],
"submodules": [{ "path": "esoteric", "url": "https://github.com/wspace/joaquinrossi-esoteric" }],
"programs": [{ "path": "tests/hello.ws", "spec_version": "0.2" }],
"commands": [
{
"type": "interpreter",
"bin": "whitespace.py",
"usage": "run <file>",
"input": "<file>",
"output": "stdout",
"notes": "The only implemented mode is `run`"
}
],
"notes": "The project was rewritten in Rust (only Brainfuck) and force-pushed to remove the Python interpreters (Brainfuck and Whitespace); the wspace archive preserves the old version. The original repo is now offline."
}