[root]/groovy/groovy-core/src/tck/styles
* Added a suite of tests and tools that make up the Groovy Technology Compatibility Kit (TCK)
- the Groovy TCK will be called during a normal groovy-core (testing) build
- modified maven.xml to call TCK sub-build that generates tests based on files in src/tck/test
- added UberTestCaseTCK.java that allows us to develop TCK tests, even if groovy-core doesn't yet pass TCK
- begun TCK itself by adding in first two sections of chapter 3 of the GLS (thanks to Alan Green for these)
(see $3.1 and $3.2 of http://groovy.codehaus.org/jsr/spec/AltChapter03LexicalStructure.html )
723 lines of code changed in: