Posted By:
Markus_Heiden
Posted On:
Tuesday, August 12, 2003 04:39 AM
Can ANTLR generate an emitter/dumper which produces exactly the same output from an AST as the parser input file?
I have recently used JavaCC with JTB which generates a class named TreeDumper which is able to do this when requested by command line switch "-printer". Does ANTLR have an equivalent option to generate such a dumper? If not, may it be a feature of a future release?
Markus