Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
archerh | 7 (100.0%) | 45 (100.0%) | 6.4 |
Added MINUS and REMAINDER operations!
29 lines of code changed in 1 file:
Added DIFFERENCE, SUM, QUOTIENT, PRODUCT, MINUS tokens, able to parse sum and difference but not the others, look to Expression.parse and then in parsing for sum to see how to deal with prefix notation in 2-number operations; still need to get other mathematical expressions working. Afterward, will remove tokens for ELAN language that are not relevant to SLogo, such as plus and star tokens.
16 lines of code changed in 6 files:
First Import
419 lines of code changed in 11 files: