Martinho0330 / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

ENH: Visitor that generates bytecode from an AST aka a compiler :) #45

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is probably too much work, but it would be grand if it were possible to 
visit an AST and write a class file. I know one can use ASM to achieve a 
similar result but it works on much lower constructs namely byte codes, where 
as JP is one layer above working on java source constructs. 

This would make it possible to generate class files from source in text form 
which would be really cool :)

Original issue reported on code.google.com by miroslav...@gmail.com on 4 Jun 2011 at 5:00