Share

ASTGen

Tracker: Bugs

5 visitormethodprefix doesn't always work - ID: 2076720
Last Update: Comment added ( nobody )

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.


Nobody/Anonymous ( nobody ) - 2008-08-26 21:08

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 2 )




Date: 2008-08-26 21:28
Sender: nobody

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)").


Date: 2008-08-26 21:28
Sender: nobody

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)").


Log in to comment.

Attached File ( 1 )

Filename Description Download
Lambda.ast Download

Change ( 1 )

Field Old Value Date By
File Added 290853: Lambda.ast 2008-08-26 21:08 nobody