Directory src/slogo/parser/token/

Directory Created:
2016-11-15 10:43
Total Files:
61
Deleted Files:
1
Lines of Code:
1165

[root]/src/slogo/parser/token

Lines of Code

src/slogo/parser/token/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 101 (100.0%) 690 (100.0%) 6.8
brandw 18 (17.8%) 220 (31.9%) 12.2
choia 14 (13.9%) 189 (27.4%) 13.5
bairdc 17 (16.8%) 126 (18.3%) 7.4
ravalr 10 (9.9%) 95 (13.8%) 9.5
austi 42 (41.6%) 60 (8.7%) 1.4

Most Recent Commits

brandw 2016-12-16 00:53 Rev.: 1868

Everything but show and hide turtle work

65 lines of code changed in 6 files:

  • src/slogo/parser/token: CSToken.java (new 15), ClearScreenToken.java (+1 -1), HTToken.java (new 12), HideTurtleToken.java (new 12), STToken.java (new 12), ShowTurtleToken.java (new 13)
austi 2016-12-15 13:48 Rev.: 1780

Added a ton of tests and for text to appear every time an instruction runs for the notification panel. Java docs complete as well

44 lines of code changed in 40 files:

  • src/slogo/parser/token: BackToken.java (+1 -5), CleanToken.java (+1), ClearScreenToken.java (+1), DifferenceToken.java (+1), FDToken.java (+1 -1), ForwardToken.java (+1 -1), GreaterToken.java (+1 -1), HeadingToken.java (+1 -1), HomeToken.java (+1 -1), IfToken.java (+1 -1), LTToken.java (+1 -1), LeftBracketToken.java (+1 -1), LeftParenToken.java (+1 -1), LeftToken.java (+1 -5), LessToken.java (+1 -1), MinusToken.java (+5 -1), NotEqualsToken.java (+1 -1), PDToken.java (+1 -1), PUToken.java (+1 -1), PenDownToken.java (+1 -2), PenUpToken.java (+1), ProductToken.java (+1), QuotientToken.java (+1), RTToken.java (+1 -1), RemainderToken.java (+1), RightBracketToken.java (+1 -1), RightParenToken.java (+1 -1), RightToken.java (+1), SetPCToken.java (+1 -1), SetPSToken.java (+1 -1), SetPenColorToken.java (+1 -1), SetPenSizeToken.java (+1 -1), SetXToken.java (+1 -1), SetXYToken.java (+1 -1), SetYToken.java (+1 -1), SumToken.java (+1 -1), ToToken.java (+1 -1), TowardsToken.java (+1 -1), XCorToken.java (+1 -1), YCorToken.java (+1 -1)
austi 2016-12-14 20:21 Rev.: 1728

Added an error message in notification panel

2 lines of code changed in 1 file:

  • src/slogo/parser/token: LessToken.java (+2 -2)
bairdc 2016-12-14 00:12 Rev.: 1655

Fixed boolean commands so the ? is there

4 lines of code changed in 6 files:

  • src/slogo/parser/token: CharTokenFactory.java (-1), EqualsToken.java (+1 -1), GreaterToken.java (+1 -1), LessToken.java (+1 -1), NotEqualsToken.java (+1 -1), QuestionToken.java (del)
bairdc 2016-12-13 21:31 Rev.: 1652

Boolean instructions

36 lines of code changed in 3 files:

  • src/slogo/parser/token: EqualsToken.java (new 12), GreaterToken.java (new 12), NotEqualsToken.java (new 12)
brandw 2016-12-13 21:00 Rev.: 1651

Added testtowards class that Sprenkle emailed me. Added question mark as question mark token and in char token factory. Don't use towards, it still doesn't function properly.

16 lines of code changed in 2 files:

  • src/slogo/parser/token: CharTokenFactory.java (+1), QuestionToken.java (new 15)
bairdc 2016-12-13 20:05 Rev.: 1647

12 lines of code changed in 1 file:

  • src/slogo/parser/token: LessToken.java (new 12)
brandw 2016-12-12 01:47 Rev.: 1596

added xcor, ycor, heading, and clearscreen

53 lines of code changed in 4 files:

  • src/slogo/parser/token: ClearScreenToken.java (new 14), HeadingToken.java (new 13), XCorToken.java (new 13), YCorToken.java (new 13)
brandw 2016-12-12 00:47 Rev.: 1595

I added towards with it's token, parser and instruction. Added it to the instruction list too. However, we need to fix the cases when the x values or y values are the same. Also, we might need to refactor it some.

13 lines of code changed in 1 file:

  • src/slogo/parser/token: TowardsToken.java (new 13)
austi 2016-12-10 21:48 Rev.: 1574

Added Clean parser, token, and instructions

14 lines of code changed in 1 file:

  • src/slogo/parser/token: CleanToken.java (new 14)
bairdc 2016-12-09 21:42 Rev.: 1393

Changing pen color now works. Pass 3 rgb values to change the color.

24 lines of code changed in 2 files:

  • src/slogo/parser/token: SetPCToken.java (new 12), SetPenColorToken.java (new 12)
bairdc 2016-12-09 21:06 Rev.: 1376

Changing pen thickness now works

25 lines of code changed in 3 files:

  • src/slogo/parser/token: PDToken.java (+1 -1), SetPSToken.java (new 12), SetPenSizeToken.java (new 12)
choia 2016-12-09 17:54 Rev.: 1358

Got the alias to work!!!!!!!

97 lines of code changed in 6 files:

  • src/slogo/parser/token: BackToken.java (new 21), LeftToken.java (new 21), PenDownToken.java (new 14), PenUpToken.java (new 19), RightToken.java (new 21), TokenFactory.java (+1 -1)
ravalr 2016-12-08 20:02 Rev.: 1259

added to command

13 lines of code changed in 1 file:

  • src/slogo/parser/token: ToToken.java (new 13)
bairdc 2016-12-06 23:13 Rev.: 1097

Added PU functionality

13 lines of code changed in 1 file:

  • src/slogo/parser/token: PUToken.java (new 13)
brandw 2016-12-06 23:13 Rev.: 1096

Added token, parser and instruction for PD. If ran in the GUI, PD returns true (the pen is down). But we still need to get it to draw a line.

13 lines of code changed in 1 file:

  • src/slogo/parser/token: PDToken.java (new 13)
choia 2016-12-06 00:43 Rev.: 1005

Added Difference, Product, Quotient, Minus and Remainder parser and tokens. Added Remainder instructions. Minus instruction does not work yet

66 lines of code changed in 5 files:

  • src/slogo/parser/token: DifferenceToken.java (new 15), MinusToken.java (new 7), ProductToken.java (new 16), QuotientToken.java (new 14), RemainderToken.java (new 14)
choia 2016-12-06 00:14 Rev.: 1004

Added Sum

12 lines of code changed in 1 file:

  • src/slogo/parser/token: SumToken.java (new 12)
ravalr 2016-12-05 22:22 Rev.: 1003

implements home token, parser, and instruction

13 lines of code changed in 1 file:

  • src/slogo/parser/token: HomeToken.java (new 13)
ravalr 2016-12-05 22:06 Rev.: 1001

implements setxy token, parser, and instruction

13 lines of code changed in 1 file:

  • src/slogo/parser/token: SetXYToken.java (new 13)
ravalr 2016-12-05 21:56 Rev.: 999

Implements SetY token, parser, and instruction

13 lines of code changed in 1 file:

  • src/slogo/parser/token: SetYToken.java (new 13)
ravalr 2016-12-05 21:42 Rev.: 998

Implemented SetX token, parser, and instruction

14 lines of code changed in 2 files:

  • src/slogo/parser/token: RTToken.java (+1 -1), SetXToken.java (new 13)
brandw 2016-12-05 11:57 Rev.: 898

Aliases and instructions changes

13 lines of code changed in 2 files:

  • src/slogo/parser/token: LTToken.java (new 13), LeftToken.java (del)
brandw 2016-12-05 11:43 Rev.: 890

Added RT

13 lines of code changed in 1 file:

  • src/slogo/parser/token: RTToken.java (new 13)
brandw 2016-12-02 17:27 Rev.: 844

Added left token, parser, and instruction. The turtle now handles left.

34 lines of code changed in 1 file:

  • src/slogo/parser/token: LeftToken.java (new 34)
bairdc 2016-12-02 12:03 Rev.: 828

Added the BK functionality

12 lines of code changed in 1 file:

  • src/slogo/parser/token: BKToken.java (new 12)
ravalr 2016-11-29 22:13 Rev.: 706

13 lines of code changed in 1 file:

  • src/slogo/parser/token: ForwardToken.java (new 13)
choia 2016-11-28 20:05 Rev.: 602

Added forward parser and interpreter (don't think forward.java is right but everything works?). Renamed everything to FD from forward else the code can't find the classes.

14 lines of code changed in 2 files:

  • src/slogo/parser/token: FDToken.java (new 14), ForwardToken.java (del)
ravalr 2016-11-28 12:08 Rev.: 573

0 lines of code changed in 2 files:

  • src/slogo/parser/token: ForwardToken.java (new), IfToken.java (-3)
ravalr 2016-11-28 11:46 Rev.: 566

If Token

16 lines of code changed in 1 file:

  • src/slogo/parser/token: IfToken.java (new 16)
sprenkle 2016-11-27 14:54 Rev.: 538

Removed unnecessary casting.

1 lines of code changed in 1 file:

  • src/slogo/parser/token: TokenFactory.java (+1 -1)
sprenkle 2016-11-15 10:43 Rev.: 499

Importing SLogo project for team CupcakesWithSprenkles

579 lines of code changed in 18 files:

  • src/slogo/parser/token: AssignmentToken.java (new 14), CharToken.java (new 55), CharTokenFactory.java (new 29), EOFToken.java (new 49), EOLToken.java (new 50), EqualToken.java (new 15), IdentifierToken.java (new 51), LeftBracketToken.java (new 15), LeftParenToken.java (new 15), NumberToken.java (new 59), PrintToken.java (new 13), RepeatToken.java (new 13), ReservedToken.java (new 42), RightBracketToken.java (new 15), RightParenToken.java (new 15), Token.java (new 9), TokenFactory.java (new 79), VariableToken.java (new 41)
Generated by StatSVN 0.7.0