26 Jan 2005 15:07
[groovy-dev] Quick heads up - hello world just worked with the new Antlr parser
There's still heaps to do, but I just managed to run the Groovy command
line (GroovyMain) to parse a hello world script using the new Antlr
grammar...
class HelloWorld extends GroovyTestCase {
void testCase() {
println "Hello"
}
}
Not the most impressive of programs, but its a start at least :). To
try it out, you just need the new Antlr parser on the classpath when
running your Groovy stuff.
James
-------
http://radio.weblogs.com/0112098/
RSS Feed