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.
- Host: GitHub
- URL: https://github.com/dwtj/javac-ast-experiments
- Owner: dwtj
- Created: 2015-06-07T21:21:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T21:22:05.000Z (about 11 years ago)
- Last Synced: 2023-08-14T10:10:43.079Z (almost 3 years ago)
- Language: Java
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.