Skip to content

grahambrooks/jast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAST - Java Abstract Tree generator

A simple wrapper around the ANTLR4 example Java 1.7 grammar that outputs a text representation of the generated AST from a single java file.

building

ant package

usage

java -jar jast.jar <file>

Outputs a text representation of the file's AST. The AST format uses brackets to group semantic elements, tokens are enclosed in square brackets [] and includes line number and offset in line

About

Java AST Generator based on ANTLR4 Java Grammar

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors