Skip to content

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

Notifications You must be signed in to change notification settings

dwtj/javac-ast-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages