You are here: Home

Search results

Did you not find what you were looking for? Try the Advanced Search for more precise search options.

65 items matching your criteria. RSS Feed
JastAdd [1%] by torbjorn, 2010-05-01 14:54
Publications [1%] by torbjorn, 2010-05-01 14:49
Key publications [1%] by torbjorn, 2010-05-01 14:41
Attributes [1%] by torbjorn, 2009-07-16 14:01
Download [1%] by torbjorn, 2009-06-10 09:53
Download the latest version of JastAdd and related tools
Re: Running JASTADDJ extensible compiler from Eclipse/IntelliJ [1%] by torbjorn, 2008-08-10 10:07
Hi Merlin, This is a recipe for checking out JastAddJ using Subversion in Eclipse. You need to install Subclipse if you have already not done so. ...
JastAddTutorialSlides.ppt [1%] by torbjorn, 2008-07-11 15:06
JastAddTutorialSlides.pdf [1%] by torbjorn, 2008-07-11 15:05
EnhancedForExtension.ppt [1%] by torbjorn, 2008-07-05 17:47
This tutorial shows how to extend the Java1.4Frontend in JastAddJ with the enhanced for statement from Java 5.
TinyStateTransitionDiagramLanguage.ppt [1%] by torbjorn, 2008-07-02 11:26
A tutorial for a tiny state transition diagram language.
Lang-Solution.zip [1%] by torbjorn, 2008-07-02 09:45
A complete implementation of the state transition diagram language presented in the tutorial.
JastAddJExtension.zip [1%] by torbjorn, 2008-07-02 09:42
Boilerplate code for creating an extension to the JastAddJ Java 5 compiler.
Java1.4Extension.zip [1%] by torbjorn, 2008-07-02 09:41
Boilerplate code for creating an extension to the Java1.4Frontend in JastAddJ.
Lang.zip [1%] by torbjorn, 2008-07-02 09:40
Boilerplate code for creating a new language using JastAdd + JFlex + Beaver.
Tutorial (ECOOP 2008) [1%] by torbjorn, 2009-06-11 13:17
Material for the JastAdd tutorial given at ECOOP 2008
Tutorial (ECOOP 2008) [1%] by torbjorn, 2009-06-11 13:21
Material for the JastAdd tutorial at ECOOP 2008. Contains various information to give an introduction to the JastAdd system in general and the JastAdd ...
Re: Extending JastAddJ [1%] by torbjorn, 2008-06-24 09:21
Hi Donna, That sounds about right to me. The general strategy would be to extend the memberMethods(String name), memberFields(String name), and ...
Re: how to check if a given method was called [1%] by torbjorn, 2008-06-24 09:10
Hi Roberta, I would use a collection-attribute to find all calls in a method with the given property: // first get a binding from a MethodAccess to ...
Re: JastAdd + ANTLR 3 Advice? [1%] by torbjorn, 2008-06-24 08:59
Hi Eric! I did some experiments at one time trying to get ANTLR to immediately build the JastAdd AST rather than its own AST. Unfortunately it wasn't ...
Re: Compiling threadLocal objects [1%] by torbjorn, 2008-05-27 14:19
Hi Malte, I can unfortunately not reproduce the error. Could you please send me the source file, and generated erroneous bytecode? That would help ...
Re: Refine attribute question [1%] by torbjorn, 2008-05-27 14:09
Hi Rodolfo, This is due to a bug/inconsistency in the JastAdd compiler. When you refine an equation you need to specify the file name of the .jrag file ...
JastAdd Manual [1%] by torbjorn, 2008-05-15 13:46
FAQ [1%] by torbjorn, 2008-05-15 13:46
Error messages [1%] by torbjorn, 2008-05-15 13:45
This page contains a description of various error messages in JastAdd.
Running JastAdd from the command line [1%] by torbjorn, 2008-05-14 17:08
Re: Short Tutorial / Parsers [1%] by torbjorn, 2008-04-25 10:22
Hi Merlin, 1) A tutorial of the kind you describe is in the works. I can unfortunately not give you an estimated release date. 2-4) JastAdd mainly ...
The JastAdd Extensible Java Compiler [1%] by torbjorn, 2008-04-24 11:47
Re: OutOfMemoryException when trying to build JastAddJ [1%] by torbjorn, 2008-04-24 11:45
Hi Roberta, You need to increase the heap space used by ant since JastAdd is executed as a task within ant. If you run ant from the command line you ...
Running JastAdd under Eclipse [1%] by torbjorn, 2008-04-24 11:43
Re: proj.jar source code [1%] by torbjorn, 2008-04-24 11:07
Hi Bob, I have made the source available at http://builds.jastadd.org/JastAdd/latest/JastAddParser-src.jar and the Download page. Let me know if you ...