[antlr-interest] Tree grammars with output=AST

Thomas Karcher thkarcher at gmx.de
Wed Mar 19 02:58:58 PDT 2008


Hi,

is it possible to have something like

tree grammar TestTree;
options {
	language=CSharp;
	output=AST;
	ASTLabelType=CommonTree;
}

That means "AST rewriting by tree grammar with C# as target language".
I'm using ANTLR 3.0.1.

I'm asking because as soon as I switch to output=AST, my Visual Studio
is complaining about the non-existing stop symbol that ANTLR puts into
the generated code ...


Thanks,
Thomas


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://www.antlr.org/pipermail/antlr-interest/attachments/20080319/c970698d/attachment.bin 


More information about the antlr-interest mailing list