[root]/src/slogo/parser
token
(52 files, 1017 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 117 (100.0%) | 1411 (100.0%) | 12.0 |
nollets | 76 (65.0%) | 881 (62.4%) | 11.5 |
wpeaseley | 23 (19.7%) | 312 (22.1%) | 13.5 |
srowley | 9 (7.7%) | 113 (8.0%) | 12.5 |
tremog | 9 (7.7%) | 105 (7.4%) | 11.6 |
7 lines of code changed in 1 file:
almost done with batch
60 lines of code changed in 5 files:
15 lines of code changed in 1 file:
Cleaned up some obsolete code. Mostly wonky imports and empty methods.
They were angering me.
Code angers me.
Generally Angry Gabi.
1 lines of code changed in 1 file:
Added a button that displays all of the turtle variables.
Because I'm all about those buttons.
Also, I added three variables that keep the turtle X and Y coords at all time as well as one that keeps the angle of the turtle.
I know this is super cheaty in the scheme of things.
But I'm running out of time.
If I have time, I'll go back and fix it and make it something better.
0 lines of code changed in 1 file:
of if is not working so if you type if (anynumber other than 0) [ (any instruction it will work) ]
2 lines of code changed in 1 file:
3 lines of code changed in 1 file:
included more alias names. If anyone wants to add more just go to the aliases.txt file and add on to the end
19 lines of code changed in 1 file:
fixed more bugs with alias
19 lines of code changed in 1 file:
fixed bug in aliases.
1 lines of code changed in 2 files:
21 lines of code changed in 1 file:
0 lines of code changed in 1 file:
33 lines of code changed in 2 files:
made it so the aliases read from a file
90 lines of code changed in 4 files:
Added all commands but TO and IF
JTurtle has a clearTurtleTail method that should eventually clear all of the lines the turtle has drawn in order to allow the clean and clearscreen instructions to function. This can be filled in after the turtle is drawing/keeping track of its lines.
I'm going to work on the hide/show turtle method stubs that are there right now later tonight
0 lines of code changed in 1 file:
11 lines of code changed in 1 file:
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.
1 lines of code changed in 2 files:
Boolean Commands
136 lines of code changed in 4 files:
Parsers for almost everything and changed the parsers so that FD SUM 50 50 etc works
133 lines of code changed in 25 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.
32 lines of code changed in 2 files:
Added more commands. Math methods working now. Still working on combining them with move commands
51 lines of code changed in 4 files:
More new commands. Towards command still needs work
65 lines of code changed in 4 files:
Added more MATH commands and the HEADING command
163 lines of code changed in 7 files:
39 lines of code changed in 2 files:
36 lines of code changed in 2 files:
added penup and pendown token,parser,instructions
46 lines of code changed in 3 files:
Changed some stuff
2 lines of code changed in 2 files:
Added XCOR and YCOR. Not sure if they are returning the right thing
65 lines of code changed in 5 files:
Comments after meeting with Professor Sprenkle
5 lines of code changed in 4 files:
realized I forgot to include the home method in the standardization
5 lines of code changed in 1 file:
"Updated the standardize method to function with all our implemented methods
33 lines of code changed in 1 file:
"I finally found the right spot to put a standardizing method. This method acts as a decoder to take the high level language the user will input and convert it to the a lower level that our application can understand. It can be easily expanded to cover all of the commands we want to implement.
19 lines of code changed in 1 file:
Finally got Left and Right done for instructions.
(Lets just say there were some issues with Eclipse freaking out)
But now they work!
71 lines of code changed in 3 files:
Added HOME command
29 lines of code changed in 2 files:
Added SETX and SETY commands
69 lines of code changed in 3 files:
Added SETXY command
36 lines of code changed in 2 files:
Added BACK command
36 lines of code changed in 4 files:
16 lines of code changed in 5 files:
2 lines of code changed in 1 file:
39 lines of code changed in 3 files:
(1 more)