[root]/src/slogo
expression
(12 files, 452 lines)
instruction
(30 files, 1469 lines)
parser
(46 files, 1729 lines)
token
(53 files, 1136 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 39 (100.0%) | 6.5 |
archerh | 3 (50.0%) | 35 (89.7%) | 11.6 |
sgould | 2 (33.3%) | 3 (7.7%) | 1.5 |
eutomo | 1 (16.7%) | 1 (2.6%) | 1.0 |
Removed unused imports and commented-out code.
0 lines of code changed in 1 file:
eutomo. Four Boolean commands work. Changed EQUAL the = to EQUALSIGN everywhere it was needed so that EQUAL can be a Boolean command.
1 lines of code changed in 1 file:
Added SetX and SetY implementations. Started SetXY but have some questions on how to complete this. Also changed the instructions to use a variable to refer to the turtle instead of a string (Dr. Sprenkle said we should change that). The string is defined in TurtleField (I think that's where I put it), but I'm not confident that's the best place for it.
0 lines of code changed in 1 file:
working version for FORWARD 50
calls default constructor, not specifying new turtle image
need to add FD token
35 lines of code changed in 2 files:
3 lines of code changed in 1 file:
First Import
86 lines of code changed in 3 files: