Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 473 (100.0%) | 18.9 |
src/slogo/instruction/ | 7 (28.0%) | 154 (32.6%) | 22.0 |
src/jturtle/ | 7 (28.0%) | 154 (32.6%) | 22.0 |
src/slogo/parser/ | 4 (16.0%) | 108 (22.8%) | 27.0 |
src/slogo/parser/token/ | 5 (20.0%) | 51 (10.8%) | 10.2 |
src/slogo/ | 2 (8.0%) | 6 (1.3%) | 3.0 |
fixed writing to file
18 lines of code changed in 1 file:
changed ALIASLISTS to ALIASMAP
9 lines of code changed in 1 file:
allowed user to select file to write to and where to put it
26 lines of code changed in 1 file:
towards
75 lines of code changed in 2 files:
36 lines of code changed in 1 file:
added ability to write to file
36 lines of code changed in 1 file:
fixed clean and clear screen to take effect immediately.
2 lines of code changed in 1 file:
Added Clean and Clearscreen
204 lines of code changed in 9 files:
Made the turtle draw a line - creates array of points and draws every time move is called
46 lines of code changed in 1 file:
Fixed Context issues (hopefully)
21 lines of code changed in 7 files: