Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 4 (100.0%) | 55 (100.0%) | 13.7 |
Garrett | 1 (25.0%) | 32 (58.2%) | 32.0 |
bajracharyas | 1 (25.0%) | 16 (29.1%) | 16.0 |
marmorsteinr | 1 (25.0%) | 4 (7.3%) | 4.0 |
twitchard | 1 (25.0%) | 3 (5.5%) | 3.0 |
Fixed all the weird errors that came from making the turtlethingamabobber constructors take no arguments.
4 lines of code changed in 1 file:
BACK added, including the tokens and the parser. Tested OKAY
16 lines of code changed in 1 file:
We made a forwardFiftyTest that checks and makes sure the interpreter updates the state of the turtle properly when "FORWARD 50" is passed as a StringReader to the interpreter.
3 lines of code changed in 1 file:
Added the TurtleCommander (basically an abstraction of the JTurtle class).
Added a getCommander() method to the Context interface.
Added the "Forward" command as a token, parser, and instruction.
Still need to interface with the GUI to show that the Turtle actually moves forward after the "Forward" instruction is read.
32 lines of code changed in 1 file: