[root]/src/slogo/parser
token
(61 files, 1165 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 107 (100.0%) | 1264 (100.0%) | 11.8 |
brandw | 23 (21.5%) | 335 (26.5%) | 14.5 |
choia | 15 (14.0%) | 295 (23.3%) | 19.6 |
bairdc | 19 (17.8%) | 270 (21.4%) | 14.2 |
ravalr | 17 (15.9%) | 221 (17.5%) | 13.0 |
austi | 28 (26.2%) | 100 (7.9%) | 3.5 |
Ram | 5 (4.7%) | 43 (3.4%) | 8.6 |
Everything but show and hide turtle work
82 lines of code changed in 5 files:
Added a ton of tests and for text to appear every time an instruction runs for the notification panel. Java docs complete as well
69 lines of code changed in 23 files:
Fixed up Typos
1 lines of code changed in 1 file:
Added an error message in notification panel
2 lines of code changed in 1 file:
Renamed Forward to FD
1 lines of code changed in 1 file:
implements TO command and associated subroutine parser/instruction
43 lines of code changed in 4 files:
Boolean instructions
101 lines of code changed in 5 files:
34 lines of code changed in 2 files:
added xcor, ycor, heading, and clearscreen
96 lines of code changed in 5 files:
I added towards with it's token, parser and instruction. Added it to the instruction list too. However, we need to fix the cases when the x values or y values are the same. Also, we might need to refactor it some.
33 lines of code changed in 2 files:
Added Clean parser, token, and instructions
27 lines of code changed in 2 files:
Fixed drawing the path so it uses a color palette
2 lines of code changed in 1 file:
Changing pen color now works. Pass 3 rgb values to change the color.
33 lines of code changed in 2 files:
Changing pen thickness now works
31 lines of code changed in 2 files:
Got the alias to work!!!!!!!
59 lines of code changed in 4 files:
0 lines of code changed in 1 file:
added to command
42 lines of code changed in 2 files:
Added PU functionality
27 lines of code changed in 2 files:
Added token, parser and instruction for PD. If ran in the GUI, PD returns true (the pen is down). But we still need to get it to draw a line.
25 lines of code changed in 2 files:
Got Minus to work
9 lines of code changed in 2 files:
TInkering with minus but still not working
1 lines of code changed in 1 file:
Added Difference, Product, Quotient, Minus and Remainder parser and tokens. Added Remainder instructions. Minus instruction does not work yet
164 lines of code changed in 6 files:
Added Sum
33 lines of code changed in 2 files:
implements home token, parser, and instruction
27 lines of code changed in 3 files:
implements setxy token, parser, and instruction
36 lines of code changed in 3 files:
Implements SetY token, parser, and instruction
32 lines of code changed in 2 files:
Implemented SetX token, parser, and instruction
32 lines of code changed in 2 files:
Aliases and instructions changes
37 lines of code changed in 4 files:
Added RT
30 lines of code changed in 2 files:
Added left token, parser, and instruction. The turtle now handles left.
30 lines of code changed in 2 files:
Added the BK functionality
37 lines of code changed in 3 files:
12 lines of code changed in 3 files:
4 lines of code changed in 1 file:
Added forward parser and interpreter (don't think forward.java is right but everything works?). Renamed everything to FD from forward else the code can't find the classes.
30 lines of code changed in 1 file:
added fd to the instruction list
2 lines of code changed in 1 file:
1 lines of code changed in 1 file:
IfParser
39 lines of code changed in 1 file:
Removed unnecessary casting.
1 lines of code changed in 1 file:
Importing SLogo project for team CupcakesWithSprenkles
412 lines of code changed in 11 files: