[root]
.settings
(1 files, 11 lines)
src
(1 files, 8 lines)
jturtle
(5 files, 1192 lines)
images
(3 files, 47 lines)
slogo
(9 files, 462 lines)
expression
(12 files, 481 lines)
instruction
(37 files, 2101 lines)
parser
(52 files, 2192 lines)
token
(61 files, 1188 lines)
tests
(7 files, 64 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 59 (100.0%) | 5.3 |
taylorb | 6 (54.5%) | 34 (57.6%) | 5.6 |
hardye | 3 (27.3%) | 24 (40.7%) | 8.0 |
odells | 2 (18.2%) | 1 (1.7%) | 0.5 |
ok so there was a slight error in right an left. Transisitioning from degrees and radians caused the degree to be off by a progressively larger amounts. heading is now saved in degrees and is handled by right and left, and turtlefield as such. Pen up and pend down are raido buttons and you run subroutines just by typeing the name ( no longer need TO)
13 lines of code changed in 2 files:
0 lines of code changed in 1 file:
added subroutine menu
20 lines of code changed in 3 files:
The output is now displayed in the command window. Defining subroutines now makes a button on the gui window under the menu Subroutines. Language Processor is primed to except input from files.
1 lines of code changed in 1 file:
Added RIGHT command
1 lines of code changed in 1 file:
Emily's new file
24 lines of code changed in 3 files: