[root]/src/slogo/jelan
expressions
(11 files, 323 lines)
instructions
(42 files, 1301 lines)
parser
(51 files, 1386 lines)
tests
(1 files, 47 lines)
tokens
(56 files, 911 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 185 (100.0%) | 11.5 |
mwhite | 5 (31.3%) | 129 (69.7%) | 25.8 |
poblettsa | 11 (68.8%) | 56 (30.3%) | 5.0 |
Fixed it
129 lines of code changed in 5 files:
renamed packages
0 lines of code changed in 5 files:
numberable to differentiate between instructions that return numbers and instructions that move turtle
6 lines of code changed in 1 file:
Updated the TokenFactory and AliasInstructions so the alias instructions work now!
0 lines of code changed in 1 file:
updated SlogoContext. value() works, and can use add().
6 lines of code changed in 1 file:
First implementation works!
Still some weird stuff with Context value() not really working, so we are directly accessing the Context's map
3 lines of code changed in 1 file:
text field, with key listener that just prints to console.
created forwardToken, forwardParser, and forward instruction, but they dont do anything
41 lines of code changed in 2 files:
Import for Seniors
85 lines of code changed in 3 files: