Directory src/slogo/jelan/parser/tests/

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

[root]/src/slogo/jelan/parser/tests

Lines of Code

src/slogo/jelan/parser/tests/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 54 (100.0%) 6.7
twitchard 2 (25.0%) 42 (77.8%) 21.0
Garrett 3 (37.5%) 8 (14.8%) 2.6
marmorsteinr 3 (37.5%) 4 (7.4%) 1.3

Most Recent Commits

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

0 lines of code changed in 2 files:

  • src/slogo/jelan/parser/tests: ElanInterpreterTest.java (del), TokenizerTest.java (del)
marmorsteinr 2011-12-13 16:22 Rev.: 289

Fixed all the weird errors that came from making the turtlethingamabobber constructors take no arguments.

4 lines of code changed in 1 file:

  • src/slogo/jelan/parser/tests: ElanInterpreterTest.java (+4 -2)
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.

8 lines of code changed in 1 file:

  • src/slogo/jelan/parser/tests: ElanInterpreterTest.java (+8 -2)
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.

0 lines of code changed in 1 file:

  • src/slogo/jelan/parser/tests: ElanInterpreterTest.java (-1)
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.

34 lines of code changed in 1 file:

  • src/slogo/jelan/parser/tests: ElanInterpreterTest.java (new 34)
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.

8 lines of code changed in 1 file:

  • src/slogo/jelan/parser/tests: TokenizerTest.java (+8)
Garrett 2011-11-29 13:25 Rev.: 15

Cleaned up code by fixing Eclipse warnings.

0 lines of code changed in 1 file:

  • src/slogo/jelan/parser/tests: TokenizerTest.java (-2)
sprenkle 2011-11-16 22:31 Rev.: 3

Import for Sophomores

2 lines of code changed in 1 file:

  • src/slogo/jelan/parser/tests: TokenizerTest.java (new 2)
Generated by StatSVN 0.7.0