Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 77 (100.0%) | 681 (100.0%) | 8.8 |
src/slogo/parser/ | 36 (46.8%) | 296 (43.5%) | 8.2 |
src/slogo/instruction/ | 9 (11.7%) | 168 (24.7%) | 18.6 |
src/slogo/parser/token/ | 25 (32.5%) | 167 (24.5%) | 6.6 |
src/jturtle/ | 6 (7.8%) | 49 (7.2%) | 8.1 |
src/slogo/ | 1 (1.3%) | 1 (0.1%) | 1.0 |
trying to get assignment to work. eutomo
17 lines of code changed in 3 files:
the boolean parsers weren't showing up so i'm recomitting my code. eutomo
8 lines of code changed in 4 files:
2 lines of code changed in 1 file:
now aliases (including those with ? in their names). for commands that /require/ ?, we should consider whether we want to accept with /without/ ?. eutomo
12 lines of code changed in 4 files:
Aliases work! At this point though (Dec8, 2PM), we don't have all of the instructions implemented yet, so obviously not all of the aliases work. But all aliases work for the instructions we have implemented; and once we implement every instruction, there's nothing we need to change for the alias map.
37 lines of code changed in 4 files:
69 lines of code changed in 12 files:
eutomo. Four Boolean commands work. Changed EQUAL the = to EQUALSIGN everywhere it was needed so that EQUAL can be a Boolean command.
205 lines of code changed in 25 files:
earlier I put code in the wrong place to chop off the ?. but now it works.
8 lines of code changed in 2 files:
2 lines of code changed in 1 file:
0 lines of code changed in 2 files:
251 lines of code changed in 12 files:
for handling instructions that have question marks in the name eutomo
9 lines of code changed in 1 file:
for handling question marks in instructions eutomo
12 lines of code changed in 1 file:
6 lines of code changed in 2 files:
12 lines of code changed in 2 files:
This is the stuff we did Nov 21 at night. A lot of thoughts on paper, very productive, Happy Thanksgiving. Just 2 changes but a lot of thought out on paper.
31 lines of code changed in 1 file: