Directory groovy/groovy-core/src/main/org/codehaus/groovy/antlr/

Directory Created:
2005-03-01 16:35
Total Files:
14
Deleted Files:
0
Lines of Code:
7169

Browse with ViewVC

[root]/groovy/groovy-core/src/main/org/codehaus/groovy/antlr

                                    directory in repo java (4 files, 2406 lines)

                                    Folder removed from repo parser (0 files, 0 lines)

                                    directory in repo syntax (1 files, 70 lines)

                                    directory in repo treewalker (11 files, 4438 lines)

Lines of Code

groovy/groovy-core/src/main/org/codehaus/groovy/antlr/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 170 (100.0%) 13630 (100.0%) 80.1
jez 49 (28.8%) 7168 (52.6%) 146.2
jrose 13 (7.6%) 3496 (25.6%) 268.9
blackdrag 47 (27.6%) 2431 (17.8%) 51.7
phk 22 (12.9%) 241 (1.8%) 10.9
jstrachan 17 (10.0%) 144 (1.1%) 8.4
paulk 7 (4.1%) 70 (0.5%) 10.0
russel 3 (1.8%) 21 (0.2%) 7.0
popescu 3 (1.8%) 15 (0.1%) 5.0
cstein 3 (1.8%) 15 (0.1%) 5.0
goetze 1 (0.6%) 11 (0.1%) 11.0
fraz 1 (0.6%) 9 (0.1%) 9.0
glaforge 2 (1.2%) 6 (0.0%) 3.0
alang 1 (0.6%) 2 (0.0%) 2.0
tug 1 (0.6%) 1 (0.0%) 1.0

Most Recent Commits

popescu 2007-03-25 17:13

Annotation were not correctly parsed (@Annotation(value))

7 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+7 -2)
popescu 2007-02-19 06:03

Enum parser tests + fixes to the grammar

8 lines of code changed in:

blackdrag 2007-01-22 21:07

* map triple dot syntax for types to arrays

2 lines of code changed in:

blackdrag 2007-01-17 21:15

* changes antlr parser logic to use not Class.forName but to use setASTNodeClass(GroovySourceAST.class) for the GroovySourceAST

1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+1 -1)
paulk 2007-01-16 22:57

remove erroneous legacy comment

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (-2)
blackdrag 2007-01-15 12:41

* allows multiple annotations in multiple lines to be recognized

9 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+9 -7)
jez 2007-01-02 16:41

* deprecated the range operator '...' , all groovy code should now use '..<' instead



* added initial java2groovy tool, use at your own risk



Enjoy



Jez.

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (-1)
blackdrag 2006-12-22 12:59

* changes the grammar to disallow "assert x=y". That avoids the typical error of writing a "=" instead of a "=="

* fixes 3 occurrences if using "=" instead of "==" in an assert

* fixes the Expando logic error revealed by modifying the tests. the new logic no longer ignores exception caused by a getter and preferes the properties stored in Expando over others.

1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+1 -1)
paulk 2006-12-21 12:00

change grammar to use ClosableBlock instead of mixed ClosedBlock/Closure

28 lines of code changed in:

russel 2006-12-17 08:46

Removed the Euro symbol from a comment that caused Antlr on Ubuntu Edgy to fail to do its job.

1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+1 -1)
paulk 2006-12-16 13:54

minor changes to error messages to increase consistency a little

1 lines of code changed in:

jez 2006-12-15 20:24

* added to pretty printer <<= >> >>= *= ** **=

spread arguments (f(*list)), spread map arguments (f(*:myMap))

super(), unary plus



* more tests for above and static initializers,

strictfp, string literals, and gstrings



1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+1 -1)
jez 2006-12-13 19:48

Added regex_find =~ to pretty printer

Added more tests for parameters, range exclusive, regex literals.

Marked a couple of deprecated items in the grammar

2 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+2)
paulk 2006-12-06 04:32

fix for GROOVY-934, GROOVY-1310, GROOVY-1447: allow switch fall-through for empty case statement

19 lines of code changed in:

paulk 2006-12-02 08:46

fix for GROOVY-1159: better error message when attempting legacy for loop

17 lines of code changed in:

paulk 2006-12-02 07:29

enhancement for GROOVY-1568

5 lines of code changed in:

blackdrag 2006-12-01 14:43

remove old Closure syntax

0 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (-32)
blackdrag 2006-11-25 17:33

Adds a plus/minus alternative for the powerExpression. With that it is possible to write "print 1 * -1" without getting a compilation error

17 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+17 -9)
blackdrag 2006-11-25 15:47

* adds assertion text for ranges

* implements the "in" keyword for use as binary expression, for example "if(6 in myRange) return false"

4 lines of code changed in:

jez 2006-10-18 15:08

* Added GE to source printer

* Added tests for GE (>=) and one form of Hex Digit literal



1 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/antlr: groovy.g (+1 -1)

(110 more)

Generated by StatSVN 0.3.2-SNAPSHOT