-
Notifications
You must be signed in to change notification settings - Fork 3
/
project.json
58 lines (58 loc) · 1.84 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
50
51
52
53
54
55
56
57
58
{
"id": "csharp/nutcrack-whiteplanes",
"name": "Whiteplanes.cs",
"authors": ["Takuya Katsurada"],
"license": "MIT",
"languages": ["C#"],
"tags": ["interpreter", "programs"],
"date": "2016-04-13 16:33:17 +0900",
"spec_version": "0.3",
"source": [
"https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/whiteplanes/whiteplanes.cs",
"https://github.com/wspace/nutcrack-whiteplanes.cs",
"https://wspace.github.io/nutcrack-whiteplanes.github.io/",
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/nutcrack-whiteplanes.sh"
],
"submodules": [{ "path": "whiteplanes.cs", "url": "https://github.com/wspace/nutcrack-whiteplanes.cs" }],
"packages": [
{ "name": "whiteplanes", "registry": "NuGet", "url": "https://www.nuget.org/packages/whiteplanes/" }
],
"whitespace": { "extension": "ws" },
"assembly": {
"mnemonics": {
"push": "Push",
"dup": "Duplicate",
"copy": "Copy",
"swap": "Swap",
"drop": "Discard",
"slide": "Slide",
"add": "Addition",
"sub": "Subtraction",
"mul": "Multiplication",
"div": "Division",
"mod": "Modulo",
"store": "Store",
"retrieve": "Retrieve",
"label": "Register",
"call": "Call",
"jmp": "Jump",
"jz": "Test",
"jn": "Test",
"ret": "Return",
"end": "End",
"printc": "Output",
"printi": "Output",
"readc": "Input",
"readi": "Input"
},
"usage": ["enum"]
},
"programs": [
{ "path": "Whiteplanes.Test/Resources/Input.ws" },
{ "path": "Whiteplanes.Test/Resources/HelloWorld.ws" },
{ "path": "Whiteplanes.Test/Resources/HeapControl.ws" },
{ "path": "Whiteplanes.Test/Resources/FlowControl.ws" },
{ "path": "Whiteplanes.Test/Resources/Count.ws" }
],
"build_errors": "No entrypoint"
}