Directory groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr/

Directory Created:
2004-12-28 16:25
Total Files:
5
Deleted Files:
2
Lines of Code:
357

Browse with ViewVC

[root]/groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr

Lines of Code

groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 73 (100.0%) 662 (100.0%) 9.0
jstrachan 72 (98.6%) 623 (94.1%) 8.6
jez 1 (1.4%) 39 (5.9%) 39.0

Most Recent Commits

jstrachan 2005-02-25 20:16

more working tests - yay!

1 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+1 -4)
jstrachan 2005-02-25 15:21

fixes for expressions like new <type>[1234]

4 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+4 -6)
jstrachan 2005-02-25 14:33

fixed a bunch more tests now that groovy arrays are just about working

5 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+5 -8)
jstrachan 2005-02-22 20:18

added support for classic literals

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (-2)
jstrachan 2005-02-21 09:59

fixed a bunch of number operation tests and added support for bitwise or and bitwise and

1 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+1 -3)
jstrachan 2005-02-19 12:42

more tests working in NG

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (-7)
jstrachan 2005-02-19 12:27

rolled back previous patch :). Lets force double || on any non-trivial closure parameter list

so

{a, b| ... }

{a| ... }

{|int a| ...}

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (-2)
jstrachan 2005-02-19 11:52

allow types to be specified for simple closures without the double bar

foo.each { int x | ... }

etc

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (-1)
jstrachan 2005-02-19 10:49

another test bites the dust

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (-1)
jstrachan 2005-02-19 10:22

added back the code Jez removed, as we need it to parse constructors using the 'def' keyword, which look like method calls but are really constructors

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (changed)
jstrachan 2005-02-18 16:23

better constructor fixes which now handles def, modifiers and just a bare constructor

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (-4)
jstrachan 2005-02-18 16:03

Changed Antlr to handle constructors for New Groovy

3 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+3 -10)
jstrachan 2005-02-18 13:51

A bunch more tests are now working. Apart from the 3 main outstanding issues; it'd make life much easier to integrate the new parser into the core & use the regular test harness - as soon as beta-10 is out we can do that

10 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+10 -20)
jstrachan 2005-02-17 11:15

Fully working regular expression support in New Groovy (it actually uncovered a minor glitch in the Groovy AST generation)

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (-1)
jstrachan 2005-02-17 10:52

regex operators mostly working

1 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+1 -1)
jstrachan 2005-02-16 15:23

more working tests for NewGroovy

4 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+4 -10)
jstrachan 2005-02-16 15:04

more working tests and support for ternary expressions in the AST builder

0 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (-2)
jstrachan 2005-02-16 14:47

more working tests and support for ternary expressions in the AST builder

11 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+11 -15)
jstrachan 2005-02-16 14:07

fixed some issues with double-bar closure parameter closures such as {|foo| ... } or {|String x, int y| ...} or even {|(String x = "abc")| ... }

1 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+1 -3)
jstrachan 2005-02-16 12:04

allow map keys to be boolean/numeric literals

1 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr/test/org/codehaus/groovy/antlr: AllTests.java (+1 -7)

(43 more)

Generated by StatSVN 0.3.2-SNAPSHOT