Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 791 (100.0%) | 18.8 |
Levi Throckmorton | 40 (95.2%) | 767 (97.0%) | 19.1 |
margoliesd | 1 (2.4%) | 21 (2.7%) | 21.0 |
Sam "The Sham" Reed | 1 (2.4%) | 3 (0.4%) | 3.0 |
multi-args done, doing Perlins and RGBToChrome stuff in ColorTests
87 lines of code changed in 3 files:
more multi-args
50 lines of code changed in 2 files:
first multi-arg test. It passed, hopefully it's correctly structured. More to come.
28 lines of code changed in 1 file:
unary evaluator tests done
8 lines of code changed in 1 file:
separated unary evaluators from multi-arg function evals in tests. MDF
224 lines of code changed in 3 files:
test stuff
38 lines of code changed in 1 file:
test stuff
3 lines of code changed in 2 files:
added basic arithmetic tokenizer tests
71 lines of code changed in 2 files:
finally solved my problems in EvaluatorTests. More to come!
56 lines of code changed in 2 files:
Added tan to functions.conf
3 lines of code changed in 1 file:
still testing things YAYAYAYAYAY HAPPY CHANUKAH
9 lines of code changed in 1 file:
more fooling around in testing. Also, added an analyzer for Tan.
32 lines of code changed in 2 files:
Typo!
1 lines of code changed in 1 file:
Created a test program to help with figuring out if we can use = for the assignment operator
32 lines of code changed in 1 file:
added test method testIdentifier to test identifier and equals token
21 lines of code changed in 1 file:
Fixed the addition section of ParsedExpressionTreeTests.
Apparently it builds the tree from the list backwards, so I first changed the order of the list. This gave me a weird error about two very equal things not being equal. Sprenkle told me that it was because Plus didn't have an equals() method - so I added one to the Plus class and all's well.
3 lines of code changed in 1 file:
see previous comment
14 lines of code changed in 1 file:
can somebody please run ParsedExpressionTreeTests and tell me what the hell is wrong
10 lines of code changed in 2 files:
test package
17 lines of code changed in 2 files:
added Perlin Tokens and removed comment in test package
2 lines of code changed in 1 file:
(10 more)