-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathproject.json
More file actions
44 lines (44 loc) · 1.15 KB
/
project.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"id": "go/petercxy-gogmh",
"name": "gogmh",
"authors": ["Peter Cai"],
"license": "none",
"languages": ["Go"],
"tags": ["interpreter", "mapping"],
"date": "2015-10-06 13:38:36 +0000",
"spec_version": "0.3",
"source": ["https://github.com/PeterCxy/gogmh"],
"submodules": [{ "path": "gogmh", "url": "https://github.com/PeterCxy/gogmh" }],
"whitespace": { "nonstandard": [{ "name": "END2", "seq": "河蟹" }] },
"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": "MARK",
"call": "CALL",
"jmp": "JUMP",
"jz": "JUMP_ZERO",
"jn": "JUMP_SUBZERO",
"ret": "RETURN",
"end": ["END1", "END2"],
"printc": "PRINT_CHAR",
"printi": "PRINT_NUM",
"readc": "SCAN_CHAR",
"readi": "SCAN_NUM"
},
"usage": ["enum"]
},
"mappings": [{ "space": "草", "tab": "泥", "lf": "马" }],
"build_errors": "No entrypoint"
}