Directory src/slogo/jelan/instructions/

Directory Created:
2011-11-16 22:31
Directory Deleted:
2011-12-13 17:20
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/src/slogo/jelan/instructions

Lines of Code

src/slogo/jelan/instructions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 275 (100.0%) 11.4
bajracharyas 5 (20.8%) 153 (55.6%) 30.6
Garrett 4 (16.7%) 84 (30.5%) 21.0
twitchard 2 (8.3%) 37 (13.5%) 18.5
reeda 1 (4.2%) 1 (0.4%) 1.0
marmorsteinr 12 (50.0%) 0 (0.0%) 0.0

Most Recent Commits

marmorsteinr 2011-12-13 17:20 Rev.: 293

0 lines of code changed in 12 files:

  • src/slogo/jelan/instructions: Assignment.java (del), BK.java (del), Back.java (del), FD.java (del), Forward.java (del), Instruction.java (del), Left.java (del), Print.java (del), Random.java (del), Repeat.java (del), Right.java (del), StrictInstructionList.java (del)
twitchard 2011-12-10 20:51 Rev.: 176

Made it so Interpreter is associated with a context via setContext instead of via the constructor. Also implemented Random.

36 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Random.java (new 36)
Garrett 2011-12-10 18:51 Rev.: 175

Implemented the "BK" instruction, which is a synonym of the "BACK" instruction. Also, the "BACKWARD" instruction doesn't exist; it's just not a thing. If you ever say something about the "BACKWARD" instruction, you actually mean the "BACK" instruction.

24 lines of code changed in 2 files:

  • src/slogo/jelan/instructions: BK.java (new 22), Back.java (+2 -1)
reeda 2011-12-05 16:31 Rev.: 116

1 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Back.java (+1 -1)
Garrett 2011-12-05 11:33 Rev.: 101

Added the "FD" instruction as a synonym for the "FORWARD" instruction. This includes adding the FD token class, FD instruction class, adding "FD" to the Instructions.prop file, and the FDParser class. I also cleaned up a few minor Eclipse warnings.

22 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: FD.java (new 22)
bajracharyas 2011-12-04 21:29 Rev.: 79

LEFT and RIGHT commands added, though isn't working as it is supposed to (e.g. LEFT 10 turns the turtle way more than 90 degrees). Will be debugging it in a moment. For now, just this.

76 lines of code changed in 2 files:

  • src/slogo/jelan/instructions: Left.java (new 38), Right.java (new 38)
bajracharyas 2011-12-04 17:06 Rev.: 59

BACK added, including the tokens and the parser. Tested OKAY

1 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Back.java (+1 -1)
bajracharyas 2011-12-04 16:33 Rev.: 57

38 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Back.java (+38 -38)
bajracharyas 2011-12-04 16:27 Rev.: 55

added BACK

38 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Back.java (new 38)
twitchard 2011-12-03 16:45 Rev.: 39

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.

1 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: StrictInstructionList.java (+1 -1)
Garrett 2011-11-30 03:50 Rev.: 25

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.

38 lines of code changed in 1 file:

  • src/slogo/jelan/instructions: Forward.java (new 38)
sprenkle 2011-11-16 22:31 Rev.: 3

Import for Sophomores

1 lines of code changed in 5 files:

  • src/slogo/jelan/instructions: Assignment.java (new), Instruction.java (new), Print.java (new), Repeat.java (new), StrictInstructionList.java (new 1)
Generated by StatSVN 0.7.0