Directory src/slogo/

Directory Created:
2013-11-18 09:46
Total Files:
4
Deleted Files:
0
Lines of Code:
128

[root]/src/slogo
            directory in repo expression (14 files, 578 lines)
            directory in repo instruction (36 files, 1841 lines)
            directory in repo parser (46 files, 1822 lines)
                directory in repo token (52 files, 1084 lines)
            Folder removed from repo tests (0 files, 0 lines)

Lines of Code

src/slogo/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 65 (100.0%) 8.1
mugabej 4 (50.0%) 45 (69.2%) 11.2
kimberlya 4 (50.0%) 20 (30.8%) 5.0

Most Recent Commits

mugabej 2013-12-02 21:16 Rev.: 158

Removed unused imports. In the last commit, I meant the slogo.instruction package. Sorry for the confusion, but should make sense now. #TheRainbowSprenkles

0 lines of code changed in 1 file:

  • src/slogo: Context.java (-2)
mugabej 2013-12-02 21:14 Rev.: 157

Did some cleanup in the slogo.parser package. Improved documentation and instead of using Turtle.myPoint, used its getPoint() method to allow our code to stay a bit shy...Also removed unused imports along the way. #TheRainbowSprenkles

12 lines of code changed in 1 file:

  • src/slogo: TurtleContext.java (+12 -5)
kimberlya 2013-12-02 13:20 Rev.: 134

Implemented the Context and made all the instructions adhere to the Context fix. #TheRainbowSprenkles

14 lines of code changed in 2 files:

  • src/slogo: Context.java (+2 -2), TurtleContext.java (+12 -9)
kimberlya 2013-12-01 17:07 Rev.: 78

Changed Context and its downstream dependencies so that it is a Turtle object instead of a Double value. This way we can access the turtle's position in the GUI from anywhere.

6 lines of code changed in 2 files:

  • src/slogo: Context.java (+1 -1), TurtleContext.java (+5 -4)
mugabej 2013-11-30 17:52 Rev.: 65

Added turtlesMap, a map from context to TurtleFields. Also added contexts, a Queue
of contexts. #The RainbowSprenkles

6 lines of code changed in 1 file:

  • src/slogo: Context.java (+6)
mugabej 2013-11-30 17:14 Rev.: 61

Added the TurtleContext class for Testing purposes. Can also be used to create
more contexts #TheRainbowSprenkles

27 lines of code changed in 1 file:

  • src/slogo: TurtleContext.java (new 27)
sprenkle 2013-11-18 09:46 Rev.: 3

First Import

86 lines of code changed in 3 files:

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