[root]/src/slogo
GUIElements
(23 files, 1252 lines)
commands
(5 files, 499 lines)
streams
(4 files, 163 lines)
buttons
(0 files, 0 lines)
expression
(6 files, 428 lines)
instruction
(40 files, 2111 lines)
tests
(31 files, 4121 lines)
parser
(50 files, 2301 lines)
token
(56 files, 1383 lines)
tests
(40 files, 1520 lines)
tests
(0 files, 0 lines)
turtle
(7 files, 1295 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 267 (100.0%) | 13.3 |
hammad | 11 (55.0%) | 138 (51.7%) | 12.5 |
estradahammd | 6 (30.0%) | 58 (21.7%) | 9.6 |
perrellaj | 1 (5.0%) | 45 (16.9%) | 45.0 |
rosenj | 2 (10.0%) | 26 (9.7%) | 13.0 |
fixed the bug of raised exceptions causing both variables and subroutines to not work at all.
4 lines of code changed in 1 file:
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:
fixed the bug with skipped tokens. error handling still doesnt work
41 lines of code changed in 1 file:
added error handling
45 lines of code changed in 1 file:
Experimented with trying to fix some errors
6 lines of code changed in 1 file:
Added ability to record and save assignments
16 lines of code changed in 1 file:
Fixed my broken code
3 lines of code changed in 1 file:
Added an interpret function that allows the user to specify if they want to print the evaluation
25 lines of code changed in 1 file:
slogo javadocs
26 lines of code changed in 2 files:
added the ? compatibility
1 lines of code changed in 1 file:
updated code to keep variables in the context
2 lines of code changed in 1 file:
Fixed all the output issues that I could find
6 lines of code changed in 1 file:
refactored common code in the two interpret methods to create a new initializeTokenizer method
7 lines of code changed in 1 file:
Added code to eliminate warnings
2 lines of code changed in 1 file:
created a duplicate of the interpret method to use a context... will refactor this later!
32 lines of code changed in 1 file:
hard coded the context for the interpreter for now... need to fix this
6 lines of code changed in 1 file:
Created the SLogoTurtle class that implements Context
36 lines of code changed in 1 file:
Updated the Context interface's value method to return an Object, rather than a double.
3 lines of code changed in 1 file:
Importing SLogo project for team ByteUs
227 lines of code changed in 4 files: