[root]/groovy/groovy-core/src/test/org/codehaus/groovy/antlr
treewalker
(8 files, 1547 lines)
reformat test code
62 lines of code changed in:
Enum parser tests + fixes to the grammar
100 lines of code changed in:
* Added Comparable interface to GroovySourceAST, based on line/col positions
so that facilities such as Collections.sort() can be used on collections of
these AST nodes
28 lines of code changed in:
* added tests for source buffer and refactored slightly for edge cases
* changed interface to source buffer, bringing line/col specification
into it's very own value object.
* added a post-process step for the antlr AST, this fills in snippets of
code on the antlr AST which were not set by other means
120 lines of code changed in: