An open API service indexing awesome lists of open source software.

https://github.com/dwtj/javac-ast-experiments

Examples and experiments for various kinds of AST-level `javac` compiler plugins.
https://github.com/dwtj/javac-ast-experiments

Last synced: over 1 year ago
JSON representation

Examples and experiments for various kinds of AST-level `javac` compiler plugins.

Awesome Lists containing this project

README

          

`javac-ast-experiments`
=======================

This project is used to develop examples and experiments to illustrate and understand how to access and manipulate the `javac` AST via various kinds of `javac` compiler plugins.

This project is curretly a container for the following sub-projects:

- `javac-ast-reader`: This maven project gives a simple implementation of an annotation processor which can read the AST generated by `javac`.

- `javac-ast-examples`: This maven project gives a simple examples of using the compiler plugins implemented by the other subprojects.