[root]/src/slogo/parser
token
(54 files, 1228 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 133 (100.0%) | 1709 (100.0%) | 12.8 |
troises | 103 (77.4%) | 1379 (80.7%) | 13.3 |
mccaffreyk | 21 (15.8%) | 174 (10.2%) | 8.2 |
joshir | 7 (5.3%) | 154 (9.0%) | 22.0 |
cardene | 2 (1.5%) | 2 (0.1%) | 1.0 |
SO MANY JAVADOCS
275 lines of code changed in 30 files:
fixed clean and cs
2 lines of code changed in 1 file:
updated
4 lines of code changed in 5 files:
I fixed a very tedious error with pen up/pen down. When the pen was lifted and then re-placed, a line formed in the area that the turtle had been moving over, connecting
the point where the pen was lifted to its current position. Now, what was blank before stays blank.
4 lines of code changed in 1 file:
Completed the commands for PENUP, PENDOWN, PU, and PD, so that they correctly interact with turtle field.
3 lines of code changed in 3 files:
Some of the new commands now work. Others do not.
1 lines of code changed in 1 file:
fixed pens
38 lines of code changed in 4 files:
Tried yet failed to completely fix the misnamed token error. When I try to save instructions with a new name, eclipse prevents me from doing so.
2 lines of code changed in 1 file:
I completed PENDOWN, but am getting a single error. I will try to fix this error and then re-commit the program.
12 lines of code changed in 3 files:
I appear to have fixed the problem for PENUP and PU by making instruction classes for both instead of just PENUP.
I also completed some but not all of PENDOWN.
72 lines of code changed in 5 files:
fixed pen up
147 lines of code changed in 13 files:
I added PU as a token and also added the symbols PU and PENUP to both the two textfiles in parser and as valid instructions. However, I
am still getting the error "not a valid command".
27 lines of code changed in 4 files:
I tried implementing the PENUP command but failed to make it register as valid.
40 lines of code changed in 2 files:
major changes on error handling. added throws exception
2 lines of code changed in 1 file:
changes for workspaces
272 lines of code changed in 11 files:
adds Booleans
101 lines of code changed in 5 files:
you can now use math operations to move
46 lines of code changed in 2 files:
added ycor
40 lines of code changed in 2 files:
added x cor
38 lines of code changed in 1 file:
I changed load so that it uses the button and J File Chooser instead of forcing the user to enter a file directory. I also created an error message for when the user clicks the load
button but does not choose a file, and removed the old messages for load. Finally, I split the old buttonPanel into two new panels: eastButtonPanel and westButtonPanel, and changed the commandTextField so that it stretches across the empty space in the GUI.
13 lines of code changed in 1 file:
Created Home, HomeToken, and HomeParser classes. Added Home to instructions. Turtle now goes to default position when asked to go home.
31 lines of code changed in 2 files:
intermediate implementation
0 lines of code changed in 1 file:
removed home
0 lines of code changed in 1 file:
added remainder
37 lines of code changed in 4 files:
added quotient
36 lines of code changed in 2 files:
added product
35 lines of code changed in 2 files:
added difference
44 lines of code changed in 2 files:
added setXY
45 lines of code changed in 2 files:
added sum and it kind of works
46 lines of code changed in 3 files:
added set y
41 lines of code changed in 3 files:
added set x
40 lines of code changed in 3 files:
Created LT, LTToken, and LTParser classes. Added LT to instructions. Turtle now turns left.
42 lines of code changed in 2 files:
Created RT, RTToken, and RTParser classes. Added RT to instructions. Turtle now turns right.
41 lines of code changed in 2 files:
fixed back
1 lines of code changed in 1 file:
fixed captialization
1 lines of code changed in 1 file:
Adds classes for back but doesnt work yet!
40 lines of code changed in 2 files:
The commit contains the FD token, FD instruction and new Workspace class. The FD instruction still needs work.
1 lines of code changed in 1 file:
Created the class FDParser.java.
40 lines of code changed in 1 file:
Removed unnecessary casting.
1 lines of code changed in 1 file:
Added the if parser from class
49 lines of code changed in 2 files:
(1 more)