Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 660 (100.0%) | 15.7 |
src/slogo/parser/ | 15 (35.7%) | 295 (44.7%) | 19.6 |
src/slogo/parser/token/ | 14 (33.3%) | 189 (28.6%) | 13.5 |
src/slogo/instruction/ | 7 (16.7%) | 114 (17.3%) | 16.2 |
/ | 1 (2.4%) | 50 (7.6%) | 50.0 |
src/slogo/turtle/ | 3 (7.1%) | 10 (1.5%) | 3.3 |
slogo_programs/ | 2 (4.8%) | 2 (0.3%) | 1.0 |
Got the alias to work!!!!!!!
156 lines of code changed in 10 files:
Got Minus to work
14 lines of code changed in 5 files:
Added Difference, Product, Quotient, Minus and Remainder parser and tokens. Added Remainder instructions. Minus instruction does not work yet
292 lines of code changed in 13 files:
Added Sum
47 lines of code changed in 4 files:
1 lines of code changed in 1 file:
Fixes showAngle to show an angle between -180 and 180
3 lines of code changed in 1 file:
Fixes angle to be within 0 and 360
6 lines of code changed in 1 file:
Added forward parser and interpreter (don't think forward.java is right but everything works?). Renamed everything to FD from forward else the code can't find the classes.
141 lines of code changed in 7 files: