Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 127 (100.0%) | 2538 (100.0%) | 19.9 |
src/slogo/instruction/ | 34 (26.8%) | 1205 (47.5%) | 35.4 |
src/slogo/parser/ | 46 (36.2%) | 920 (36.2%) | 20.0 |
src/slogo/parser/token/ | 36 (28.3%) | 351 (13.8%) | 9.7 |
src/slogo/ | 4 (3.1%) | 40 (1.6%) | 10.0 |
src/jturtle/ | 5 (3.9%) | 21 (0.8%) | 4.2 |
/ | 2 (1.6%) | 1 (0.0%) | 0.5 |
Added alias for CLEARSCREEN
2 lines of code changed in 1 file:
Added stub of CLEARSCREEN instruction as well as parser and token; does what HOME does but still need to figure out how to do "CLEAN" appropriately and at that to this instruction as well. (Final instruction will be a combo of CLEAN and HOME.)
Added Clean and ClearScreen to instructions.prop
102 lines of code changed in 4 files:
Working on CLEAN ... added Instruction/Parser/Token and made some changes to JTurtle but not quite functional yet
110 lines of code changed in 5 files:
Got rid of "purple" as a color option and replaced it with cyan; purple was not a valid color choice (returned ColorNull and did not draw)
1 lines of code changed in 1 file:
0 lines of code changed in 1 file:
Added HEADING
101 lines of code changed in 5 files:
added XCOR and YCOR instructions
202 lines of code changed in 7 files:
Added MINUS (returns negative of number)
105 lines of code changed in 5 files:
Small edits to comments in math operations
Added REMAINDER
111 lines of code changed in 9 files:
Added PRODUCT and QUOTIENT
220 lines of code changed in 7 files:
Minor changes to Difference
0 lines of code changed in 1 file:
1 lines of code changed in 1 file:
Added DIFFERENCE instruction
117 lines of code changed in 5 files:
Prints to screen! -- Courtesy of Brandon but on Sam's log
4 lines of code changed in 1 file:
1 lines of code changed in 1 file:
Can now negate numbers/variables
52 lines of code changed in 3 files:
Changed path of turtle images from src/jturtle/images/harry.gif to src/jturtle.images/harry.gif
This stops there from being an error showing up in the console but the image still doesn't appear in the window???
2 lines of code changed in 1 file:
Added Expressions addition, subtraction, multiplication, division (Division is not yet working but all the others are???)
154 lines of code changed in 6 files:
Added SUM instruction, parser, token
Added addition parser
SUM doesn't return result to screen yet
Addition not yet functional
145 lines of code changed in 5 files:
Implemented the HOME instruction and added comments to new Tokens
144 lines of code changed in 11 files:
(14 more)