Groovy console source code!
开发者_运维问答Where i can find Groovy Console source code? I have searched Google a lot but couldn't find it. And I have downloaded the Source code of groovy even, but i couldn't figure out in which folder it is in!
Fetch the source archive from http://dist.groovy.codehaus.org/distributions/groovy-src-1.8.0.zip: the console is in there.
EDIT: even easier. https://svn.codehaus.org/groovy/trunk/groovy/groovy-core/src/main/groovy/ui/
精彩评论