[root]/src/slogo
expression
(5 files, 233 lines)
instruction
(38 files, 1828 lines)
parser
(38 files, 1349 lines)
token
(51 files, 1113 lines)
testing
(33 files, 1685 lines)
turtle
(5 files, 1508 lines)
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 |
Finished formatting and proofreading the following packages: slogo, slogo.expression, slogo.instruction
2 lines of code changed in 1 file:
Formatted and added method comments to all files in slogo package.
66 lines of code changed in 3 files:
Finished saving to a new file implementation.
7 lines of code changed in 1 file:
Added comments to TurtleContext.
15 lines of code changed in 2 files:
1 lines of code changed in 1 file:
Finished To
24 lines of code changed in 2 files:
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:
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:
Can read from a file!!!!! And it's a cute turtle now.
0 lines of code changed in 1 file:
Working on getting file to be read in
2 lines of code changed in 1 file:
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:
Moved turtleContext instantiation to TurtleField() method. It works!!!
6 lines of code changed in 1 file:
Changed null to turtleField in SLogoInterpreter.java and changed turtle name in Forward.java
4 lines of code changed in 1 file:
Added TurtleContext class, edited name of turtle in Forward.java class. Instantiated the TurtleContext in TurtleField.
40 lines of code changed in 1 file:
Fixing up the reading commands from file functionality in SLogoInterpreter.java
1 lines of code changed in 1 file:
Fixed some comments
1 lines of code changed in 1 file:
0 lines of code changed in 1 file:
Added the functionality of reading a commands from a file given the filename in the console.
5 lines of code changed in 1 file:
Fixed and tested the IF token, instructions, and parser. It finally works!
1 lines of code changed in 1 file:
Updated the Context interface's value method to return an Object, rather than a double.
3 lines of code changed in 1 file:
Importing SLogo project for team TurboTurtle
227 lines of code changed in 4 files: