Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
A utility to inspect Groovy AST tree.
Browse files Browse the repository at this point in the history
This is handy when debugging CPS transformation problem.
  • Loading branch information
kohsuke committed May 26, 2015
1 parent 72082c3 commit 564bc87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ast.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
exec groovy -e 'groovy.inspect.swingui.AstBrowser.main(args)' "$@"

0 comments on commit 564bc87

Please sign in to comment.