[antlr-interest] Implementing Java sourcecode formatters. Where to start?

Andy Tripp antlr at jazillian.com
Mon Sep 8 07:00:59 PDT 2008


Anatol Pomozov wrote:

Start here: http://www.jazillian.com/articles/treewalkers.html

Then choose between using an ANTLR treewalker, starting here:
http://www.jazillian.com/articles/java.tree.g

...or walking the AST "by hand", starting here:
http://www.jazillian.com/antlr/emitter.html

> That is why I wan to implement code formatting tool for Java/Javascript. 


More information about the antlr-interest mailing list