Directory src/slogo/

Directory Created:
2016-11-15 10:43
Total Files:
5
Deleted Files:
0
Lines of Code:
363

[root]/src/slogo
            directory in repo GUIElements (23 files, 1252 lines)
                directory in repo commands (5 files, 499 lines)
                directory in repo streams (4 files, 163 lines)
            Folder removed from repo buttons (0 files, 0 lines)
            directory in repo expression (6 files, 428 lines)
            directory in repo instruction (40 files, 2111 lines)
                directory in repo tests (31 files, 4121 lines)
            directory in repo parser (50 files, 2301 lines)
                directory in repo token (56 files, 1383 lines)
                    directory in repo tests (40 files, 1520 lines)
            Folder removed from repo tests (0 files, 0 lines)
            directory in repo turtle (7 files, 1295 lines)

Lines of Code

src/slogo/ Lines of Code

Developers

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

Most Recent Commits

hammad 2016-12-15 18:14 Rev.: 1816

fixed the bug of raised exceptions causing both variables and subroutines to not work at all.

4 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+4)
hammad 2016-12-15 17:22 Rev.: 1799

added catching of the IllegalArgumentException in the other two interpret methods

5 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+5 -1)
hammad 2016-12-15 17:18 Rev.: 1797

tiny changes, nothing major. error handling seems to be working now

2 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+2 -4)
hammad 2016-12-15 17:11 Rev.: 1795

fixed the error handling

2 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+2 -5)
hammad 2016-12-15 13:23 Rev.: 1777

fixed the bug with skipped tokens. error handling still doesnt work

41 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+41 -36)
perrellaj 2016-12-09 15:45 Rev.: 1332

added error handling

45 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+45 -43)
estradahammd 2016-12-09 09:38 Rev.: 1285

Experimented with trying to fix some errors

6 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+6)
estradahammd 2016-12-08 12:12 Rev.: 1231

Added ability to record and save assignments

16 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+16 -5)
estradahammd 2016-12-07 23:37 Rev.: 1229

Fixed my broken code

3 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+3)
estradahammd 2016-12-07 22:58 Rev.: 1225

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:

  • src/slogo: SLogoInterpreter.java (+25)
rosenj 2016-12-07 20:10 Rev.: 1210

slogo javadocs

26 lines of code changed in 2 files:

  • src/slogo: SLogoInterpreter.java (+13 -1), SLogoTurtle.java (+13 -4)
hammad 2016-12-07 16:46 Rev.: 1199

added the ? compatibility

1 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+1)
hammad 2016-12-05 15:23 Rev.: 968

updated code to keep variables in the context

2 lines of code changed in 1 file:

  • src/slogo: SLogoTurtle.java (+2 -4)
estradahammd 2016-12-05 10:02 Rev.: 886

Fixed all the output issues that I could find

6 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+6 -5)
hammad 2016-11-30 13:01 Rev.: 758

refactored common code in the two interpret methods to create a new initializeTokenizer method

7 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+7 -17)
estradahammd 2016-11-30 12:00 Rev.: 745

Added code to eliminate warnings

2 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+2 -2)
hammad 2016-11-29 17:10 Rev.: 652

created a duplicate of the interpret method to use a context... will refactor this later!

32 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+32 -1)
hammad 2016-11-29 16:23 Rev.: 643

hard coded the context for the interpreter for now... need to fix this

6 lines of code changed in 1 file:

  • src/slogo: SLogoInterpreter.java (+6 -3)
hammad 2016-11-28 22:58 Rev.: 626

Created the SLogoTurtle class that implements Context

36 lines of code changed in 1 file:

  • src/slogo: SLogoTurtle.java (new 36)
sprenkle 2016-11-18 13:58 Rev.: 512

Updated the Context interface's value method to return an Object, rather than a double.

3 lines of code changed in 1 file:

  • src/slogo: Context.java (+3 -3)
sprenkle 2016-11-15 10:43 Rev.: 500

Importing SLogo project for team ByteUs

227 lines of code changed in 4 files:

  • src/slogo: CharConsts.java (new 38), Context.java (new 24), GrammarElement.java (new 24), SLogoInterpreter.java (new 141)
Generated by StatSVN 0.7.0