Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 77 (100.0%) | 1300 (100.0%) | 16.8 |
src/slogo/instruction/ | 22 (28.6%) | 586 (45.1%) | 26.6 |
src/slogo/parser/ | 23 (29.9%) | 335 (25.8%) | 14.5 |
src/slogo/parser/token/ | 18 (23.4%) | 220 (16.9%) | 12.2 |
src/tests/ | 4 (5.2%) | 94 (7.2%) | 23.5 |
src/slogo/turtle/ | 8 (10.4%) | 63 (4.8%) | 7.8 |
slogo_programs/ | 2 (2.6%) | 2 (0.2%) | 1.0 |
final
31 lines of code changed in 5 files:
Everything but show and hide turtle work
336 lines of code changed in 19 files:
Towards works
26 lines of code changed in 1 file:
Added testtowards class that Sprenkle emailed me. Added question mark as question mark token and in char token factory. Don't use towards, it still doesn't function properly.
76 lines of code changed in 4 files:
Don't use towards yet
21 lines of code changed in 1 file:
added xcor, ycor, heading, and clearscreen
287 lines of code changed in 13 files:
I added towards with it's token, parser and instruction. Added it to the instruction list too. However, we need to fix the cases when the x values or y values are the same. Also, we might need to refactor it some.
115 lines of code changed in 7 files:
Added token, parser and instruction for PD. If ran in the GUI, PD returns true (the pen is down). But we still need to get it to draw a line.
72 lines of code changed in 4 files:
Aliases and instructions changes
132 lines of code changed in 10 files:
Added RT
85 lines of code changed in 5 files:
1 lines of code changed in 1 file:
Added left token, parser, and instruction. The turtle now handles left.
105 lines of code changed in 4 files:
Renamed the test entry field in turtlefield
8 lines of code changed in 1 file:
added fd to the instruction list
2 lines of code changed in 1 file:
Updated javadocs for If.java
3 lines of code changed in 1 file: