forked from wspace/corpus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
49 lines (49 loc) · 1.4 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"id": "python/nutcrack-whiteplanes",
"name": "whiteplanes",
"authors": ["Takuya Katsurada"],
"license": "MIT",
"languages": ["Python"],
"tags": ["interpreter"],
"date": "2016-05-13 17:21:20 +0000",
"spec_version": "0.3",
"source": [
"https://github.com/wspace/nutcrack-whiteplanes",
"https://pypi.org/project/whiteplanes/",
"https://whiteplanes.github.io/",
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/nutcrack-whiteplanes.sh"
],
"packages": [{ "name": "whiteplanes", "manager": "PyPI", "url": "https://pypi.org/project/whiteplanes/" }],
"assembly": {
"mnemonics": {
"push": ["push"],
"dup": ["duplicate"],
"copy": ["copy"],
"swap": ["swap"],
"drop": ["discard"],
"slide": ["slide"],
"add": ["add"],
"sub": ["sub"],
"mul": ["mul"],
"div": ["div"],
"mod": ["mod"],
"store": ["store"],
"retrieve": ["retrieve"],
"label": ["register"],
"call": ["call"],
"jmp": ["jump"],
"jz": ["equal"],
"jn": ["less"],
"ret": ["return"],
"end": ["end"],
"printc": ["cout"],
"printi": ["iout"],
"readc": ["cin"],
"readi": ["iin"]
},
"usage": ["enum"]
},
"run_errors": "No entrypoint",
"commands": [{ "type": "interpreter" }],
"notes": "GitHub repo and GitHub Pages site are offline. Date from earliest file in archive."
}