/TurboTurtle/trunk/SLogo Developers: volped

Login name:
volped
Total Commits:
74 (16.1%)
Lines of Code:
2,184 (21.4%)
Most Recent Commit:
2016-12-14 21:00
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for volped

Activity by Day of Week for volped

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 74 (100.0%) 2184 (100.0%) 29.5
src/slogo/testing/ 33 (44.6%) 1641 (75.1%) 49.7
src/slogo/parser/ 17 (23.0%) 227 (10.4%) 13.3
src/slogo/parser/token/ 8 (10.8%) 129 (5.9%) 16.1
src/slogo/instruction/ 8 (10.8%) 124 (5.7%) 15.5
src/slogo/ 3 (4.1%) 25 (1.1%) 8.3
src/slogo/expression/ 1 (1.4%) 22 (1.0%) 22.0
src/slogo/turtle/ 4 (5.4%) 16 (0.7%) 4.0

Activity of volped

Most Recent Commits

volped 2016-12-14 21:00 Rev.: 1743

1 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+1 -1)
volped 2016-12-14 20:52 Rev.: 1740

Finished To

0 lines of code changed in 1 file:

  • src/slogo/parser: ToParser.java (-1)
volped 2016-12-14 15:34 Rev.: 1675

Finished To

76 lines of code changed in 7 files:

  • src/slogo: SLogoInterpreter.java (+11), TurtleContext.java (+13 -3)
  • src/slogo/expression: SubRoutine.java (new 22)
  • src/slogo/instruction: Assignment.java (+4 -2), To.java (+11 -5)
  • src/slogo/parser: InstructionParser.java (+8), ToParser.java (+7 -3)
volped 2016-12-14 13:03 Rev.: 1665

4 lines of code changed in 2 files:

  • src/slogo/instruction: To.java (+2 -1)
  • src/slogo/parser: instructions.prop (+2 -1)
volped 2016-12-14 11:47 Rev.: 1663

Finished Testing

247 lines of code changed in 6 files:

  • src/slogo/testing: NegationTest.java (+1 -1), StrictInstructionListTest.java (new 48), SubtractionTest.java (new 47), TowardsTest.java (new 59), XcorTest.java (new 47), YcorTest.java (new 45)
volped 2016-12-14 11:23 Rev.: 1661

More Tests

467 lines of code changed in 10 files:

  • src/slogo/testing: NotEqualTest.java (new 54), PenDownPTest.java (new 53), PenDownTest.java (new 44), PenUpTest.java (new 44), PrintTest.java (new 40), RepeatTest.java (new 40), SetXTest.java (new 63), SetXYTest.java (new 65), SetYTest.java (new 60)
  • src/slogo/turtle: JTurtle.java (+4)
volped 2016-12-12 22:28 Rev.: 1612

Added Tests, To, ToToken and ToParser. Still more tests to be completed and To still needs to be completed

750 lines of code changed in 18 files:

  • src/slogo/instruction: To.java (new 22)
  • src/slogo/parser: ToParser.java (new 29)
  • src/slogo/parser/token: ToToken.java (new 9)
  • src/slogo/testing: AdditionTest.java (new 46), CleanTest.java (new 50), ClearScreenTest.java (new 52), DivisionTest.java (new 45), EqualTest.java (new 54), GreaterTest.java (new 54), HeadingTest.java (new 53), HideTurtleTest.java (new 44), HomeTest.java (new 45), IFTest.java (new 51), LessTest.java (new 54), MultiplicationTest.java (new 45), NegationTest.java (new 49), ShowTurtleTest.java (new 44)
  • src/slogo/turtle: JTurtle.java (+4)
volped 2016-12-11 20:11 Rev.: 1593

Finished Nika's ForwardTest and wrote BackTest, LeftTest, and RightTest

245 lines of code changed in 4 files:

  • src/slogo/testing: BackTest.java (new 72), FowardTest.java (+35 -15), LeftTest.java (new 69), RightTest.java (new 69)
volped 2016-12-09 17:16 Rev.: 1351

Added eraseTrail() to JTurtle and finished Clean and ClearScreen

47 lines of code changed in 6 files:

  • src/slogo/instruction: Clean.java (+17 -1), ClearScreen.java (+14 -2)
  • src/slogo/parser: aliases.prop (+5 -1), instructions.prop (+3 -1)
  • src/slogo/turtle: JTurtle.java (+5), TurtleField.java (+3 -2)
volped 2016-12-07 15:24 Rev.: 1178

Added ClearScreen and Clean tokens, parsers, and instructions

143 lines of code changed in 7 files:

  • src/slogo/instruction: Clean.java (new 22), ClearScreen.java (new 32)
  • src/slogo/parser: CleanParser.java (new 28), ClearScreenParser.java (new 29), aliases.prop (+1)
  • src/slogo/parser/token: CleanToken.java (new 16), ClearScreenToken.java (new 15)
volped 2016-12-07 14:44 Rev.: 1172

Moved AliasNames.java into slogo.parser package and made aliases variable in AliasNames.java a private variable and added a getter method to get it

60 lines of code changed in 4 files:

  • src/slogo/parser: AliasNames.java (new 57), InstructionParser.java (+2 -7)
  • src/slogo/parser/token: AliasNames.java (del), TokenFactory.java (+1 -1)
volped 2016-12-05 15:20 Rev.: 967

Deleted print statement in InstructionParser

0 lines of code changed in 1 file:

  • src/slogo/parser: InstructionParser.java (-1)
volped 2016-12-05 15:14 Rev.: 965

Changed TokenFactory to add aliases to TokenMap and refactored methods in TokenFactory and InstructionParser

47 lines of code changed in 3 files:

  • src/slogo/parser: InstructionParser.java (+24 -34), aliases.prop (-5)
  • src/slogo/parser/token: TokenFactory.java (+23 -13)
volped 2016-12-02 15:52 Rev.: 843

Added AliasNames.java and mapped aliases to their respective parsers

87 lines of code changed in 2 files:

  • src/slogo/parser: InstructionParser.java (+23 -1)
  • src/slogo/parser/token: AliasNames.java (new 64)
volped 2016-11-30 14:57 Rev.: 784

Added aliases.prop

10 lines of code changed in 2 files:

  • src/slogo/parser: aliases.prop (new 9)
  • src/slogo/parser/token: ForwardToken.java (+1)
Generated by StatSVN 0.7.0