An AST formatting tool to run on java files, with different formatting options. Available options are:
- tokenize
- ast
- relative ast
- sorted compressed ast
## Develop
To run the executable:
Remember to download tree-sitter-java and run the following command (uncomment it in the __main__.py) to generate the language file, when you are running formastfor the first time.