Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Stuart | 6 (100.0%) | 105 (100.0%) | 17.5 |
still trying to fix conflicts
1 lines of code changed in 1 file:
fixed exponentiate token problem. fixed randomColor problem
2 lines of code changed in 2 files:
random expressions are now generated. made a few changes with the gui as well, but was unsuccessful in adding a button for random.
35 lines of code changed in 2 files:
Simplified RandomExpGen a bit.
- Made all (used) methods static because we don't need to create an object because the object doesn't need to "remember" anything.
8 lines of code changed in 1 file:
Added code for using reflection to create ExpressionTreeNode classes for use in randomly generating expressions.
Wrote some example code for how to call ("invoke") static methods on those classes.
200 lines of code changed in 2 files:
Work in progress: trying to automatically get the possible expressions, using reflection
139 lines of code changed in 1 file:
Started work on the random expression generator. Not Complete.
67 lines of code changed in 1 file: