[root]/Picasso/src/picasso/parser/tokens/operations
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 171 (100.0%) | 17.1 |
connorhollenbeck | 8 (80.0%) | 163 (95.3%) | 20.3 |
mahameeo | 2 (20.0%) | 8 (4.7%) | 4.0 |
Fixed Mod Precedence
1 lines of code changed in 1 file:
Added the operation tokens, wasnt sure what the precedence should be for the mod operation though. Also put the tokens into the CharToken Factory.
143 lines of code changed in 6 files:
Refactoring: I added "operation precedence" field in Token class.
The default operation precedence value is zero (CONSTANT).
So if you create a new operator token class, make sure you specify its order of precedence
(see PlusToken as reference)
8 lines of code changed in 2 files:
Divide token representing the divide sign
19 lines of code changed in 1 file:
First Import
27 lines of code changed in 2 files: