The Abstract Syntax Tree Parser (AST) of AGORA is written in Java. It is based on the Java compiler and allows exporting the AST of source code files or projects in JSON format. The tool has a command line interface and can also be used as a library.

The code is available at https://github.com/AuthEceSoftEng/agora-ast-parser

The tool can be built using maven, using the command:

mvn install

Note that the AST parser of AGORA can also be used as a standalone tool, as described in the readme of its repository.