Directory src/slogo/jelan/

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

[root]/src/slogo/jelan
                Folder removed from repo expressions (0 files, 0 lines)
                Folder removed from repo instructions (0 files, 0 lines)
                Folder removed from repo parser (0 files, 0 lines)
                    Folder removed from repo tests (0 files, 0 lines)
                    Folder removed from repo tokens (0 files, 0 lines)

Lines of Code

src/slogo/jelan/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 10 (100.0%) 71 (100.0%) 7.1
twitchard 3 (30.0%) 56 (78.9%) 18.6
Garrett 2 (20.0%) 10 (14.1%) 5.0
Sara Sprenkle 1 (10.0%) 5 (7.0%) 5.0
marmorsteinr 4 (40.0%) 0 (0.0%) 0.0

Most Recent Commits

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

0 lines of code changed in 4 files:

  • src/slogo/jelan: CharConsts.java (del), Context.java (del), GrammarElement.java (del), SLogoContext.java (del)
Sara Sprenkle 2011-12-13 16:11 Rev.: 288

On behalf of Richard (who made the changes) to the constructor for the SLogoContext to not take a parameter the TurtleCommander and instead has a setCommander method

5 lines of code changed in 1 file:

  • src/slogo/jelan: SLogoContext.java (+5 -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.

5 lines of code changed in 1 file:

  • src/slogo/jelan: SLogoContext.java (+5 -2)
twitchard 2011-12-03 15:48 Rev.: 37

We created a SLogoContext which implements Context for the SLogo language. We modified the Context class to have a setValue method as well as a getValue method. We put the mapping of variables to values into SLogoContext--it was previously located in the GrammarElement class. (We don't know why it was there, this seems to make more sense.) Also, we're making it a mapping of Strings to values instead of GrammarElements to values.

51 lines of code changed in 2 files:

  • src/slogo/jelan: Context.java (+18 -7), SLogoContext.java (new 33)
Garrett 2011-12-01 19:29 Rev.: 34

Changed the return value of Context.value(String name) to an Object.

1 lines of code changed in 1 file:

  • src/slogo/jelan: Context.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.

9 lines of code changed in 1 file:

  • src/slogo/jelan: Context.java (+9)
sprenkle 2011-11-16 22:31 Rev.: 3

Import for Sophomores

0 lines of code changed in 3 files:

  • src/slogo/jelan: CharConsts.java (new), Context.java (new), GrammarElement.java (new)
Generated by StatSVN 0.7.0