I need to get Ruby AST using JRuby. Specifically, the input is a ruby program, I want to output its AST. I downloaded JRuby source code but it is too complex for me. Does anybody know how to do this? Any suggestion will be appreciated!JRuby