[root]/src/picasso/parser/tokens/operations
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 129 (100.0%) | 12.9 |
Levi Throckmorton | 6 (60.0%) | 95 (73.6%) | 15.8 |
Sam "The Sham" Reed | 2 (20.0%) | 32 (24.8%) | 16.0 |
margoliesd | 1 (10.0%) | 2 (1.6%) | 2.0 |
Stuart | 1 (10.0%) | 0 (0.0%) | 0.0 |
fixed exponentiate token problem. fixed randomColor problem
0 lines of code changed in 1 file:
Huge commit:
Fixed order of operations on two-arg functions. There may be a few more that are messing this up, but I fixed divide, minus, and perlins. Any function that uses multiple args needs to be fixed - check DivideAnalyzer for details. Basically the parser is popping items off the queue in reverse order so we need to add them in reverse order.
Added Wrap, Exponentiate (^), Exp, and Negate (!).
Gave textentry box focus at startup and fixed order that items are added to textarea.
Removed Evaluate button.
32 lines of code changed in 2 files:
updated equals token to use EQUALS constant
2 lines of code changed in 1 file:
added a bunch of operation tokens as well as PeriodToken. Also, moved EqualsToken to operations package.
95 lines of code changed in 6 files:
First Import
27 lines of code changed in 2 files: