In my simple AST for a lambda calculus, I have changed the visitormethodprefix method to the value "visit." This value is not always used consistently, however, and the result is code that generates compiler errors. The visitor ExprAbstractVisitor_void defines visitor methods that begin with "for" rather than "visit," and therefore does not implement the abstract methods from the super class ExprVisitor_void.
Logged In: NO
Actually, I realized that this is probably working in the latest version. The version available as a jar file goes back to 2005. Can you post a later one? (Building doesn't seem to work for me either, I get a "error reading D:\workspace\astgen\lib\plt.jar; invalid CEN header (bad signature)").
Logged In: NO
Actually, I realized that this is probably working in the latest version. The version available as a jar file goes back to 2005. Can you post a later one? (Building doesn't seem to work for me either, I get a "error reading D:\workspace\astgen\lib\plt.jar; invalid CEN header (bad signature)").