Directory src/slogo/

Directory Created:
2016-11-15 10:53
Total Files:
5
Deleted Files:
0
Lines of Code:
305

[root]/src/slogo
            directory in repo expression (5 files, 233 lines)
            directory in repo instruction (38 files, 1828 lines)
            directory in repo parser (38 files, 1349 lines)
                directory in repo token (51 files, 1113 lines)
            directory in repo testing (33 files, 1685 lines)
            directory in repo turtle (5 files, 1508 lines)

Lines of Code

src/slogo/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 185 (100.0%) 8.0
Nika Pogrebna 20 (87.0%) 160 (86.5%) 8.0
volped 3 (13.0%) 25 (13.5%) 8.3

Most Recent Commits

Nika Pogrebna 2016-12-15 21:24 Rev.: 1834

Finished formatting and proofreading the following packages: slogo, slogo.expression, slogo.instruction

2 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+2 -5)
Nika Pogrebna 2016-12-15 20:48 Rev.: 1832

Formatted and added method comments to all files in slogo package.

66 lines of code changed in 3 files:

  • src/slogo: Context.java (+2 -2), SLogoInterpreter.java (+25 -17), TurtleContext.java (+39 -13)
Nika Pogrebna 2016-12-15 16:18 Rev.: 1790

Finished saving to a new file implementation.

7 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+7 -2)
Nika Pogrebna 2016-12-15 07:03 Rev.: 1762

Added comments to TurtleContext.

15 lines of code changed in 2 files:

  • src/slogo: SLogoInterpreter.java (-4), TurtleContext.java (+15 -14)
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 15:34 Rev.: 1675

Finished To

24 lines of code changed in 2 files:

  • src/slogo: SLogoInterpreter.java (+11), TurtleContext.java (+13 -3)
Nika Pogrebna 2016-12-13 16:46 Rev.: 1629

Fixed red ink in the pop up errors. We now have pop ups for: wrong file type, wrong image file type, advice on turtle image size, invalid instruction, invalid instruction in file chosen.

1 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+1 -7)
Nika Pogrebna 2016-12-13 03:13 Rev.: 1616

1. Changes in TurtleField: Added pop up error window if file other than .txt or .logo is chosen. Got rid of all caps.
2. Changes in SLogoInterpreter: Added pop up error window if invalid token is entered into instruction field or invalid token is in a file being parsed. ****BEWARE: this is working, however is going to show red ink in the console because of a NullPointerError. Still working on this.

6 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+6)
Nika Pogrebna 2016-12-06 15:51 Rev.: 1034

Can read from a file!!!!! And it's a cute turtle now.

0 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (-21)
Nika Pogrebna 2016-12-06 02:06 Rev.: 1006

Working on getting file to be read in

2 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+2 -2)
Nika Pogrebna 2016-11-30 03:22 Rev.: 715

Fixed SLogoInterpreter main method to be able to parse a file. Added and commented out some trial code for implementing using a picture instead of a triangle for the turtle.

3 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+3 -3)
Nika Pogrebna 2016-11-29 20:44 Rev.: 698

Moved turtleContext instantiation to TurtleField() method. It works!!!

6 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+6 -5)
Nika Pogrebna 2016-11-29 20:29 Rev.: 696

Changed null to turtleField in SLogoInterpreter.java and changed turtle name in Forward.java

4 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+4 -1)
Nika Pogrebna 2016-11-29 19:19 Rev.: 674

Added TurtleContext class, edited name of turtle in Forward.java class. Instantiated the TurtleContext in TurtleField.

40 lines of code changed in 1 file:

  • src/slogo: TurtleContext.java (new 40)
Nika Pogrebna 2016-11-22 22:26 Rev.: 530

Fixing up the reading commands from file functionality in SLogoInterpreter.java

1 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+1 -1)
Nika Pogrebna 2016-11-22 22:14 Rev.: 529

Fixed some comments

1 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+1 -2)
Nika Pogrebna 2016-11-22 22:13 Rev.: 528

0 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (-1)
Nika Pogrebna 2016-11-22 22:05 Rev.: 527

Added the functionality of reading a commands from a file given the filename in the console.

5 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+5 -2)
Nika Pogrebna 2016-11-22 21:33 Rev.: 526

Fixed and tested the IF token, instructions, and parser. It finally works!

1 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+1 -1)
sprenkle 2016-11-18 14:03 Rev.: 518

Updated the Context interface's value method to return an Object, rather than a double.

3 lines of code changed in 1 file:

  • src/slogo: Context.java (+3 -3)
sprenkle 2016-11-15 10:53 Rev.: 501

Importing SLogo project for team TurboTurtle

227 lines of code changed in 4 files:

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