Skip to content

dgboy2000/ast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ast

Fun with Java abstract syntax trees. ASTVisitor.minify(String code) takes the contents of a valid Java file, creates an abstract syntax tree, and visits the tree to print out the code without any whitespace or comments (simple minification). See ASTVisitorTest for how to use it. Hopefully this can be helpful to somebody wondering how to use the built-in Java Abstract Syntax Tree libraries.

About

Fun with Java abstract syntax trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages