forked from tommyfan34/cs61a
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproj04.ok
executable file
·44 lines (44 loc) · 1.16 KB
/
proj04.ok
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
{
"name": "Project 4: Scheme Interpreter",
"endpoint": "cal/cs61a/fa20/proj04",
"src": [
"scheme_reader.py",
"scheme.py",
"questions.scm",
"tests.scm"
],
"tests": {
"tests/01.py": "ok_test",
"tests/02.py": "ok_test",
"tests/eval_apply.py": "ok_test",
"tests/03.py": "ok_test",
"tests/04.py": "ok_test",
"tests/05.py": "ok_test",
"tests/06.py": "ok_test",
"tests/07.py": "ok_test",
"tests/08.py": "ok_test",
"tests/09.py": "ok_test",
"tests/10.py": "ok_test",
"tests/11.py": "ok_test",
"tests/12.py": "ok_test",
"tests/13.py": "ok_test",
"tests/14.py": "ok_test",
"tests/15.py": "ok_test",
"tests/16.py": "ok_test",
"tests/17.py": "ok_test",
"tests/EC.py": "ok_test",
"tests/18.py": "ok_test",
"tests/19.py": "ok_test",
"tests/20.py": "ok_test",
"tests.scm": "scheme_test"
},
"protocols": [
"restore",
"file_contents",
"unlock",
"grading",
"analytics",
"collaborate",
"backup"
]
}