-
dlsmith committed patchset 41 of module astgen to the ASTGen CVS repository, changing 3 files.
2009-05-15 16:18:32 UTC by dlsmith
-
dlsmith committed patchset 40 of module astgen to the ASTGen CVS repository, changing 3 files.
2009-03-27 14:06:40 UTC by dlsmith
-
dlsmith committed patchset 39 of module astgen to the ASTGen CVS repository, changing 11 files.
2009-03-04 21:00:23 UTC by dlsmith
-
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)").
2008-08-26 21:28:37 UTC by nobody
-
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)").
2008-08-26 21:28:30 UTC by 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...
2008-08-26 21:08:27 UTC by nobody
-
I am trying to use "generated/com/foo/bar" as the output directory, but ASTGen doesn't seem to like it.
I have tried all of the following, and each one gives a different error from the parser:
outputdir generated/com/foo/bar/;
Expected token type 59 but found type -3
outputdir "generated/com/foo/bar/";
Expected token type -3 but found type 34
outputdir...
2008-08-26 20:59:01 UTC by nobody
-
dlsmith committed patchset 38 of module astgen to the ASTGen CVS repository, changing 12 files.
2008-08-18 21:34:19 UTC by dlsmith
-
dlsmith committed patchset 37 of module astgen to the ASTGen CVS repository, changing 2 files.
2008-07-16 15:45:13 UTC by dlsmith
-
dlsmith committed patchset 36 of module astgen to the ASTGen CVS repository, changing 8 files.
2008-07-14 21:27:34 UTC by dlsmith