Directory src/slogo/parser/token/

Directory Created:
2013-11-18 09:35
Total Files:
52
Deleted Files:
6
Lines of Code:
1017

[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 66 (100.0%) 575 (100.0%) 8.7
nollets 33 (50.0%) 282 (49.0%) 8.5
wpeaseley 26 (39.4%) 227 (39.5%) 8.7
tremog 4 (6.1%) 33 (5.7%) 8.2
srowley 3 (4.5%) 33 (5.7%) 11.0

Most Recent Commits

wpeaseley 2013-12-13 16:11 Rev.: 506

11 lines of code changed in 1 file:

  • src/slogo/parser/token: BatchToken.java (new 11)
wpeaseley 2013-12-12 23:39 Rev.: 444

ToToken and ToParser

11 lines of code changed in 1 file:

  • src/slogo/parser/token: ToToken.java (new 11)
wpeaseley 2013-12-12 22:44 Rev.: 438

0 lines of code changed in 1 file:

  • src/slogo/parser/token: TokenFactory.java (-1)
wpeaseley 2013-12-12 22:38 Rev.: 436

fixed more bugs with alias

4 lines of code changed in 5 files:

  • src/slogo/parser/token: ClearScreenToken.java (+1 -1), HideTurtleToken.java (+1 -1), ShowTurtleToken.java (+1 -1), TokenFactory.java (+1 -1), aliases.txt (del)
nollets 2013-12-12 22:30 Rev.: 435

If Token!

11 lines of code changed in 1 file:

  • src/slogo/parser/token: IfToken.java (+11 -15)
wpeaseley 2013-12-12 22:28 Rev.: 434

25 lines of code changed in 2 files:

  • src/slogo/parser/token: TokenFactory.java (+4 -4), aliases.txt (+21 -21)
wpeaseley 2013-12-12 22:00 Rev.: 430

fixed bug in aliases.

22 lines of code changed in 3 files:

  • src/slogo/parser/token: TokenFactory.java (+1 -1), aliases.txt (new 21), aliases2.dat (del)
wpeaseley 2013-12-12 20:50 Rev.: 423

15 lines of code changed in 1 file:

  • src/slogo/parser/token: IfToken.java (new 15)
wpeaseley 2013-12-12 20:24 Rev.: 420

made it so the aliases read from a file

37 lines of code changed in 4 files:

  • src/slogo/parser/token: TokenFactory.java (+16 -10), aliases.txt (del), aliases2.dat (new 21), aliases2.txt (del)
wpeaseley 2013-12-12 18:39 Rev.: 409

78 lines of code changed in 3 files:

  • src/slogo/parser/token: TokenFactory.java (+36 -2), aliases.txt (new 21), aliases2.txt (new 21)
tremog 2013-12-12 16:26 Rev.: 402

Asked Sprenkle for help putting the Save Output command into the box and she says it's be too hard/the button works fine. So I've deleted the parser/token/instruction stuff for save.

0 lines of code changed in 1 file:

  • src/slogo/parser/token: SaveToken.java (del)
nollets 2013-12-12 15:05 Rev.: 392

Added Tokens on Tokens

73 lines of code changed in 9 files:

  • src/slogo/parser/token: BackToken.java (+1 -1), CharTokenFactory.java (+1 -1), ClearScreenToken.java (new 11), EqualToken.java (+5 -9), GreaterToken.java (new 11), HideTurtleToken.java (new 11), LessToken.java (new 11), NotEqualToken.java (new 11), ShowTurtleToken.java (new 11)
tremog 2013-12-12 00:21 Rev.: 373

Okay, so tried a lot of things, some didn't work.... ugh.
1) tried to add "SAVE" to the list of instructions but am quickly failing. There's issues because I need to get the output box and... I don't even know.
1.2) I was having a lot of trouble with this so I just thought to commit it because it doesn't affect anything unless you try to save via the command box
1.3) On that note, the "Save" button still works fine.
1.4) WARNING: if you save the output and then try to commit, you'll get a weird error because it saves it in your Slogo workspace. Just move it or delete it. Then it'll work.
2) had to keep a saveOutput method in TurtleField to make sure the button at least still worked (-_- this is my face)

3) considered deleting the "old stuff"
3.1) pansied out because I can't delete code without feeling terrible.

4) cried uncontrollably.

11 lines of code changed in 1 file:

  • src/slogo/parser/token: SaveToken.java (new 11)
nollets 2013-12-11 11:15 Rev.: 333

Added more commands. Math methods working now. Still working on combining them with move commands

22 lines of code changed in 2 files:

  • src/slogo/parser/token: CleanToken.java (new 11), PenDownPToken.java (new 11)
nollets 2013-12-11 10:34 Rev.: 326

More new commands. Towards command still needs work

22 lines of code changed in 3 files:

  • src/slogo/parser/token: TowardsToken.java (new 11), XCORToken.java (del), XCorToken.java (new 11)
nollets 2013-12-11 09:39 Rev.: 321

Added more MATH commands and the HEADING command

11 lines of code changed in 1 file:

  • src/slogo/parser/token: HeadingToken.java (new 11)
nollets 2013-12-10 20:15 Rev.: 306

Added MATH tokens

49 lines of code changed in 6 files:

  • src/slogo/parser/token: CharTokenFactory.java (+1 -1), DifferenceToken.java (new 11), MinusToken.java (+4 -7), ProductToken.java (new 11), QuotientToken.java (new 11), RemainderToken.java (new 11)
nollets 2013-12-10 19:44 Rev.: 302

11 lines of code changed in 1 file:

  • src/slogo/parser/token: SumToken.java (new 11)
srowley 2013-12-08 14:15 Rev.: 274

added penup and pendown token,parser,instructions

22 lines of code changed in 2 files:

  • src/slogo/parser/token: PenDownToken.java (new 11), PenUpToken.java (new 11)
nollets 2013-12-06 11:23 Rev.: 247

Added XCOR and YCOR. Not sure if they are returning the right thing

22 lines of code changed in 2 files:

  • src/slogo/parser/token: XCORToken.java (new 11), YCorToken.java (new 11)
nollets 2013-12-04 12:23 Rev.: 203

Comments after meeting with Professor Sprenkle

6 lines of code changed in 3 files:

  • src/slogo/parser/token: BackToken.java (+1 -1), ReservedToken.java (+5 -3), TokenFactory.java (-1)
wpeaseley 2013-12-03 23:48 Rev.: 197

12 lines of code changed in 3 files:

  • src/slogo/parser/token: FDTOKEN.java (del), ReservedToken.java (+11 -1), TokenFactory.java (+1)
tremog 2013-12-03 20:47 Rev.: 190

Finally got Left and Right done for instructions.
(Lets just say there were some issues with Eclipse freaking out)
But now they work!

22 lines of code changed in 2 files:

  • src/slogo/parser/token: LeftToken.java (new 11), RightToken.java (new 11)
nollets 2013-12-03 20:27 Rev.: 187

Added HOME command

11 lines of code changed in 1 file:

  • src/slogo/parser/token: HomeToken.java (new 11)
nollets 2013-12-03 20:13 Rev.: 184

Added SETX and SETY commands

22 lines of code changed in 2 files:

  • src/slogo/parser/token: SetXToken.java (new 11), SetYToken.java (new 11)
nollets 2013-12-03 20:04 Rev.: 183

Added SETXY command

11 lines of code changed in 1 file:

  • src/slogo/parser/token: SetXYToken.java (new 11)
nollets 2013-12-03 19:18 Rev.: 179

Added BACK command

11 lines of code changed in 1 file:

  • src/slogo/parser/token: BackToken.java (new 11)
wpeaseley 2013-12-01 22:12

12 lines of code changed in 2 files:

  • src/slogo/parser/token: FDTOKEN.java (new 11), ForwardToken.java (+1 -1)
srowley 2013-12-01 16:11 Rev.: 72

11 lines of code changed in 1 file:

  • src/slogo/parser/token: ForwardToken.java (new 11)
sprenkle 2013-11-18 09:35 Rev.: 2

First Import

643 lines of code changed in 22 files:

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