Directory groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer/

Directory Created:
2003-09-11 15:11
Directory Deleted:
2005-04-12 16:05
Total Files:
0
Deleted Files:
21
Lines of Code:
0

Browse with ViewVC

[root]/groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer

Lines of Code

groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 117 (100.0%) 4874 (100.0%) 41.6
jstrachan 69 (59.0%) 4083 (83.8%) 59.1
bob 15 (12.8%) 229 (4.7%) 15.2
cpoirier 14 (12.0%) 184 (3.8%) 13.1
phk 7 (6.0%) 143 (2.9%) 20.4
spullara 6 (5.1%) 139 (2.9%) 23.1
tug 3 (2.6%) 61 (1.3%) 20.3
goetze 2 (1.7%) 32 (0.7%) 16.0
blackdrag 1 (0.9%) 3 (0.1%) 3.0

Most Recent Commits

jstrachan 2005-04-12 16:05

Moved the classic parser out into a separate module (groovy/modules/classic) to avoid distributing code with folks using the JSR. Moved the old classic test cases over too to avoid us getting mixed up.

0 lines of code changed in:

phk 2005-02-23 18:06

Support power operations ** and **= (for example, x = 2**3; x **= 2 )

15 lines of code changed in:

phk 2005-02-21 19:01

Changed again to support bitwise operations &, |, ^, ~, =&, =|, =^, <<=, >>=. and >>>=.

1 lines of code changed in:

phk 2005-02-21 18:52

Support bitwise operations &, |, ^, ~, =&, =|, =^, <<=, >>=. and >>>=.

0 lines of code changed in:

phk 2005-02-21 18:11

Support bitwise operations &, |, ^, ~, =&, =|, =^, <<=, >>=. and >>>=.

61 lines of code changed in:

phk 2005-02-18 07:38

Fix the issue GROOVY-739, handling the meta character \b in String or GString

9 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: StringLexer.java (+9 -4)
phk 2005-02-03 14:33

Another file to fix the issues GROOVY-675 and GROOVY-700

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: GStringLexer.java (-1)
phk 2005-02-03 14:27

Fix the issues GROOVY-675 and GROOVY-700 for handling meta characters \ and $ in strings and gstrongs

57 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: StringLexer.java (+57 -21)
blackdrag 2004-12-08 19:06

fix for bug 655

3 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: StringLexer.java (+3)
cpoirier 2004-09-03 05:04

Fixed bug that caused the parser to hang on unterminated GStrings.

5 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: StringLexer.java (+5)
goetze 2004-06-30 14:38

Added integer division operators \ and \=

23 lines of code changed in:

goetze 2004-05-10 22:26

Added support for bit shift operators (<<, >>, >>>)

9 lines of code changed in:

cpoirier 2004-04-10 05:50

Fixed bug in here doc processing that caused an OutOfMemoryError, and

uncommented a variable precedence test it was blocking.

1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: HereDocLexer.java (+1 -1)
cpoirier 2004-04-06 11:07

Merged in second patch from Brian Larson for GROOVY-256. Also changed things

so that the negation of numeric literals is done at parse time. This means

that numeric literals can use the full range of the specified type.

41 lines of code changed in:

cpoirier 2004-04-01 07:21

Overhaul of Groovy parser and lexer. Includes numerous bug fixes, enhancements,

and changes.

137 lines of code changed in:

tug 2004-03-14 13:03

Fix Groovy 268

39 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: Lexer.java (+39)
jstrachan 2004-03-07 13:18

applied Chris's changes to the parser for triple quoted strings and to improve the interactive shell

21 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: Lexer.java (+21 -2)
jstrachan 2004-03-05 13:00

Applied parser changes from Chris which include...



further refactoring/cleanup of the parser, added

(parser-/ast-only) support for labels, added (untested,

parser-/ast-only) support for defaulted parameters, changes to the

handling of blocks, and the wiring-up of the error handling system for

the Groovyc Ant task.

3 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: Lexer.java (+3 -2)
tug 2004-03-02 17:46

Roll back Lexer changes and test comitted in error last time

3 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: Lexer.java (+3 -19)
tug 2004-03-02 17:03

Add asWritable methods to File and Closure

19 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/syntax/lexer: Lexer.java (+19 -3)

(36 more)

Generated by StatSVN 0.3.2-SNAPSHOT