Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 162 (100.0%) | 2495 (100.0%) | 15.4 |
src/slogo/parser/ | 43 (26.5%) | 683 (27.4%) | 15.8 |
src/slogo/instruction/ | 27 (16.7%) | 451 (18.1%) | 16.7 |
src/slogo/tests/ | 9 (5.6%) | 345 (13.8%) | 38.3 |
src/slogo/parser/token/ | 27 (16.7%) | 293 (11.7%) | 10.8 |
src/slogo/turtle/ | 24 (14.8%) | 266 (10.7%) | 11.0 |
src/slogo/expression/ | 9 (5.6%) | 223 (8.9%) | 24.7 |
src/slogo/ | 11 (6.8%) | 138 (5.5%) | 12.5 |
src/slogo/GUIElements/ | 7 (4.3%) | 95 (3.8%) | 13.5 |
/ | 3 (1.9%) | 1 (0.0%) | 0.3 |
src/slogo/buttons/ | 2 (1.2%) | 0 (0.0%) | 0.0 |
details of our extensions
0 lines of code changed in 1 file:
more bugs fixed :/
2 lines of code changed in 1 file:
fixed the bug of raised exceptions causing both variables and subroutines to not work at all.
66 lines of code changed in 4 files:
added catching of the IllegalArgumentException in the other two interpret methods
5 lines of code changed in 1 file:
tiny changes, nothing major. error handling seems to be working now
2 lines of code changed in 1 file:
fixed the error handling
2 lines of code changed in 1 file:
deleted the tokens.prop file. we dont need it anymore
0 lines of code changed in 1 file:
put in the raised exceptions back (didn't realize that the error handling relied on these exceptions). I initially removed them because I had split up the method into two to get Subroutines working.
6 lines of code changed in 2 files:
moved the new file button to the workspace menu and renamed it to new workspace (new file was kind of ambiguous; we're making a new workspace, not a new file of something)
4 lines of code changed in 2 files:
added buttons to set pen up or down graphically
24 lines of code changed in 1 file:
changed the name of the GUI window. cuz why not
1 lines of code changed in 1 file:
removed the empty package slogo.parser.tests
0 lines of code changed in 1 file:
fixed the bug with skipped tokens. error handling still doesnt work
41 lines of code changed in 1 file:
fixed the nested subroutines error. all subroutine definitions with the to instruction should work fine now
4 lines of code changed in 2 files:
fixed a bug with nulls in variables
10 lines of code changed in 2 files:
got the TO instruction working on my own.
I literally screamed in excitement
169 lines of code changed in 5 files:
division by zero error
24 lines of code changed in 3 files:
fixed compiler error. the instruction still doesnt work
3 lines of code changed in 1 file:
removed the empty packages
0 lines of code changed in 3 files:
minor work on the To instruction. the instruction and the parser are broken right now
27 lines of code changed in 2 files:
(71 more)