forked from vrdabomb5717/Tandem
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
41 lines (29 loc) · 1.07 KB
/
TODO
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
# TODO
## General
* Get a working compiler.
## Varun
* Continue making test files for statements and other types of expressions.- DONE
* Finish updating white paper. - DONE
* Start updating tutorial with Donald's program. - DONE
* Continue updating LRM and tutorial with calling Ruby code. - DONE
* Update with node definiion rules (no calling before defined) - DONE
* Write project plan.- DONE
* Write Ant description for Patrick. - DONE
* Update README - DONE
* types of testing done (unit, etc.) - DONE
## Patrick
* Work on Section 8, gUnit description. - DONE
* Work on Section 9, lessons learned. - DONE
* Generate legitimate Tandem files with some output.- DONE
## Jenee
* Finish pipeline in TreeWalker.- DONE
* Add FUNCIDs. - DONE
* Don't add .main to Ruby system functions. - DONE
* Write Translator architecure. - DONE
* Work on Section 9, lessons learned. - DONE
* Do Math.PI and Math.E - DONE
* Finish id.id - DONE
## Donald
* Help Varun update LRM. - DONE
* Help Varun update tutorial. - DONE
* Generate Ruby test/unit cases to test Tandem files with valid outputs.- DONE