Directory groovy/jsr/ideas/parsers/antlr/

Directory Created:
2004-12-13 13:04
Total Files:
2
Deleted Files:
0
Lines of Code:
240

Browse with ViewVC

[root]/groovy/jsr/ideas/parsers/antlr

                        directory in repo lib (3 files, 0 lines)

                        directory in repo licenses (3 files, 84 lines)

                        directory in repo misc (6 files, 4404 lines)

                        directory in repo src (1 files, 2 lines)

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

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

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

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

                        directory in repo test (0 files, 0 lines)

                            directory in repo org (0 files, 0 lines)

                                directory in repo codehaus (0 files, 0 lines)

                                    directory in repo groovy (0 files, 0 lines)

                                        directory in repo antlr (5 files, 357 lines)

                        directory in repo treewalker (3 files, 565 lines)

                            directory in repo lib (1 files, 0 lines)

                            directory in repo src (1 files, 2263 lines)

Lines of Code

groovy/jsr/ideas/parsers/antlr/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 11 (100.0%) 268 (100.0%) 24.3
jez 6 (54.5%) 240 (89.6%) 40.0
jstrachan 5 (45.5%) 28 (10.4%) 5.6

Most Recent Commits

jstrachan 2005-02-28 11:34

build patches getting ready for beta-10

2 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+2 -2)
jstrachan 2005-02-14 12:54

fixed build

1 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+1 -1)
jstrachan 2005-02-04 13:17

Added a test case which will find all of the test cases and run them.

For some reason this doesn't work in Ant when you do

ant test-classic

But it works fine in IDEA; though it does terminate on the first test case failure for some reason

15 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+15 -1)
jstrachan 2005-02-04 12:33

Added an AllTests target which finds all classic tests and runs them

6 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+6 -1)
jez 2005-01-26 20:15

* added dependancy to groovy-all (classic), for the antlr->classic AST transforms

6 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+6 -3)
jstrachan 2005-01-26 13:41

Added a factory class so that we can resolve the parser plugin just once, then cache it around and be able to make new instances quickly without looking in class loaders etc

4 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: run.sh (new 4)
jez 2005-01-26 09:44

* added groovy classic to compile path for groovyc.jar, this is so the AntlrParserPlugin can find the

classic components that it needs in its public interface



* amended AntlrParserPlugin slightly to potentially keep the lexer around for the lifetime of the plugin



* ammended the test generator to insert two spaces ' ' in place of '//' when removing comments,

this ensures that line and column references in errors are identical with the original groovy sources



* removed groovyc.jar from testlib as this is regenerated and placed in testlib by the antlr build.xml

7 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+7 -2)
jez 2004-12-28 16:25

Tidy up of the JSR projects



* Parser

** repackaged groovy.g et all into org.codehaus.groovy.antlr.*

** cleaned up the build file checking each target



* TCK

** fixed test generation to correctly place each generated TestCase into the correct package,

thus keeping structure in all subsequent reports (such as the junitreport)



* Spec

** Added a placeholder to Chapter18, pointing to generated grammar files from ANTLR



Happy Christmas :-)



jez.

10 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+10 -14)
jez 2004-12-24 08:45

TCK

* Added extra information to messages when test cases fail, such as the line which caused the issue

* Added a distinction between @fail and @fail:parse, whereby the first tries to evaluate (or at least pretends at the moment)



JSR

* Amended top level JSR build.xml to build parser, place it into TCK, run TCK, and generate reports/spec

1 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+1 -1)
jez 2004-12-13 21:47

* split generated src away from compiling src, this means that 'ant generate'

will create just enough, but no more, so that you can explore the source safely

in an IDE (i.e. no missing classes, and no duplicate classes)

6 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (+6 -3)
jez 2004-12-13 13:04

* Added dummy antlr/ant project, ready to take groovy.g when it's ready...

210 lines of code changed in:

  • groovy/jsr/ideas/parsers/antlr: build.xml (new 210)
Generated by StatSVN 0.3.2-SNAPSHOT