-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.json
28 lines (28 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
28
{
"id": "c/sandeep023",
"name": "Whitespace",
"authors": ["Sandeep Varma"],
"license": "none",
"languages": ["C", "Yacc", "Lex"],
"tags": ["interpreter", "programs"],
"date": "2017-11-11 05:17:01 +0000",
"spec_version": "0.3",
"source": ["https://github.com/Sandeep023/Whitespace"],
"submodules": [{ "path": "Whitespace", "url": "https://github.com/Sandeep023/Whitespace" }],
"whitespace": {
"unimplemented": ["slide", "store", "retrieve", "label", "call", "jmp", "jz", "jn", "ret", "end"],
"nonstandard": [
{ "seq": "STT", "args": ["number"], "desc": "Print stack in order" },
{ "seq": "STL", "args": ["number"], "desc": "Print stack in reverse" }
],
"extension": "ws"
},
"programs": [
{ "path": "addition.ws" },
{ "path": "arthemtic.ws" },
{ "path": "basic.ws" },
{ "path": "helloworld.ws" }
],
"commands": [{ "type": "interpreter", "bin": "white", "usage": "", "input": "basic.ws" }],
"notes": "Has git conflict markers remaining in source and all programs are malformed"
}