The document describes GrooScript, a library and tool that converts Groovy code to JavaScript code. Some key points:
- GrooScript is an Apache 2 licensed Java library and command line tool that converts Groovy to equivalent JavaScript code.
- It supports many Groovy features like classes, closures, collections, and basic Groovy syntax but does not support all Java features or complex Groovy features.
- The converted code works with the grooscript.js library and can be used in JavaScript projects or environments like Grails and Gradle.