Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 66 (100.0%) | 575 (100.0%) | 8.7 |
nollets | 33 (50.0%) | 282 (49.0%) | 8.5 |
wpeaseley | 26 (39.4%) | 227 (39.5%) | 8.7 |
tremog | 4 (6.1%) | 33 (5.7%) | 8.2 |
srowley | 3 (4.5%) | 33 (5.7%) | 11.0 |
11 lines of code changed in 1 file:
ToToken and ToParser
11 lines of code changed in 1 file:
0 lines of code changed in 1 file:
fixed more bugs with alias
4 lines of code changed in 5 files:
If Token!
11 lines of code changed in 1 file:
25 lines of code changed in 2 files:
fixed bug in aliases.
22 lines of code changed in 3 files:
15 lines of code changed in 1 file:
made it so the aliases read from a file
37 lines of code changed in 4 files:
78 lines of code changed in 3 files:
Asked Sprenkle for help putting the Save Output command into the box and she says it's be too hard/the button works fine. So I've deleted the parser/token/instruction stuff for save.
0 lines of code changed in 1 file:
Added Tokens on Tokens
73 lines of code changed in 9 files:
Okay, so tried a lot of things, some didn't work.... ugh.
1) tried to add "SAVE" to the list of instructions but am quickly failing. There's issues because I need to get the output box and... I don't even know.
1.2) I was having a lot of trouble with this so I just thought to commit it because it doesn't affect anything unless you try to save via the command box
1.3) On that note, the "Save" button still works fine.
1.4) WARNING: if you save the output and then try to commit, you'll get a weird error because it saves it in your Slogo workspace. Just move it or delete it. Then it'll work.
2) had to keep a saveOutput method in TurtleField to make sure the button at least still worked (-_- this is my face)
3) considered deleting the "old stuff"
3.1) pansied out because I can't delete code without feeling terrible.
4) cried uncontrollably.
11 lines of code changed in 1 file:
Added more commands. Math methods working now. Still working on combining them with move commands
22 lines of code changed in 2 files:
More new commands. Towards command still needs work
22 lines of code changed in 3 files:
Added more MATH commands and the HEADING command
11 lines of code changed in 1 file:
Added MATH tokens
49 lines of code changed in 6 files:
11 lines of code changed in 1 file:
added penup and pendown token,parser,instructions
22 lines of code changed in 2 files:
Added XCOR and YCOR. Not sure if they are returning the right thing
22 lines of code changed in 2 files:
Comments after meeting with Professor Sprenkle
6 lines of code changed in 3 files:
12 lines of code changed in 3 files:
Finally got Left and Right done for instructions.
(Lets just say there were some issues with Eclipse freaking out)
But now they work!
22 lines of code changed in 2 files:
Added HOME command
11 lines of code changed in 1 file:
Added SETX and SETY commands
22 lines of code changed in 2 files:
Added SETXY command
11 lines of code changed in 1 file:
Added BACK command
11 lines of code changed in 1 file:
12 lines of code changed in 2 files:
11 lines of code changed in 1 file:
First Import
643 lines of code changed in 22 files: