[root]/src/slogo/slogo
expressions
(0 files, 0 lines)
instructions
(0 files, 0 lines)
parser
(0 files, 0 lines)
tests
(0 files, 0 lines)
tokens
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 15 (100.0%) | 176 (100.0%) | 11.7 |
marmorsteinr | 4 (26.7%) | 145 (82.4%) | 36.2 |
twitchard | 4 (26.7%) | 20 (11.4%) | 5.0 |
Garrett | 7 (46.7%) | 11 (6.3%) | 1.5 |
Renamed "slogo.slogo" package and subpackages to just "slogo".
0 lines of code changed in 4 files:
Added the "New Workspace" button and made the 'writeStatus()' method in the TurtleCommander to make it more obvious about the use of the status window instead of going through the odd TextCommander.write() methodology.
11 lines of code changed in 2 files:
Print statement and interpreter now evaluates expressions to the little box at the bottom of the SandBox.
18 lines of code changed in 2 files:
Fixed various minor warnings in Eclipse, including unnecessary imports and unused variables.
0 lines of code changed in 1 file:
Overhauled the interpreter so instructions returned values, in order to facilitate subroutines inside of variables. It's pretty ugly--and not quite working yet.
2 lines of code changed in 2 files:
Adding slogo.slogo
145 lines of code changed in 4 files: