-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathproject.json
More file actions
55 lines (55 loc) · 1.66 KB
/
Copy pathproject.json
File metadata and controls
55 lines (55 loc) · 1.66 KB
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
50
51
52
53
54
55
{
"id": "swift/nutcrack-whiteplanes",
"name": "Whiteplanes.swift",
"authors": ["Takuya Katsurada"],
"license": "MIT",
"languages": ["Swift"],
"tags": ["interpreter", "programs"],
"date": "2016-04-29 18:46:50 +0900",
"spec_version": "0.3",
"source": [
"https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/whiteplanes/whiteplanes.swift",
"https://github.com/wspace/nutcrack-whiteplanes.swift",
"https://wspace.github.io/nutcrack-whiteplanes.github.io/",
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/nutcrack-whiteplanes.sh"
],
"submodules": [{ "path": "whiteplanes.swift", "url": "https://github.com/wspace/nutcrack-whiteplanes.swift" }],
"whitespace": { "extension": "ws" },
"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": "ETest",
"jn": "NTest",
"ret": "Return",
"end": "End",
"printc": "COutput",
"printi": "IOutput",
"readc": "CInput",
"readi": "IInput"
},
"usage": ["enum"]
},
"programs": [
{ "path": "Tests/Resources/Count.ws" },
{ "path": "Tests/Resources/FlowControl.ws" },
{ "path": "Tests/Resources/HeapControl.ws" },
{ "path": "Tests/Resources/HelloWorld.ws" },
{ "path": "Tests/Resources/Input.ws" }
],
"build_errors": "No entrypoint"
}