Do I believe correctly that a ST4 C# port would not be able to run on C# 2 without doing lots of backport stuff? In that case, can I skip somehow out for my CSharp2 target? Or is this just tool stuff?
Johannes -------- Original-Nachricht -------- > Datum: Tue, 29 Mar 2011 22:16:56 -0500 > Von: "Sam Harwell" <[email protected]> > An: "\'Terence Parr\'" <[email protected]>, "\'ANTLR-dev Dev\'" > <[email protected]> > Betreff: Re: [antlr-dev] incorporating ST v4 into ANTLR v3 (antlr3-main > branch) > Once you get to use STViz on the result it'll be even better! > > Sam > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Terence Parr > Sent: Tuesday, March 29, 2011 8:05 PM > To: ANTLR-dev Dev > Subject: Re: [antlr-dev] incorporating ST v4 into ANTLR v3 (antlr3-main > branch) > > wow. even runtime errors from ST4. > > context [dummy-header-file parser] 4:14 attribute filterMode isn't defined > context [dummy-header-file rule] 6:91 attribute it isn't defined > > this conversion is a PAIN but this makes tolerable. > > Ter > On Mar 29, 2011, at 5:10 PM, Terence Parr wrote: > > > wow. even more good ones: > > > > Java.stg 265:123: mismatched input '...' expecting ID > > Java.stg 276:21: no viable alternative at input ')' > > Java.stg 276:105: mismatched input '...' expecting ID > > Java.stg 416:49: anonymous template has 0 arg(s) but mapped across 1 > value(s) > > ... > > > > upgrading is easy. > > > > Ter > > On Mar 29, 2011, at 4:56 PM, Terence Parr wrote: > > > >> wow. an actual error msg from ST now: > >> > >> ErrorManager init error: en.stg 237:9: anonymous template has 0 arg(s) > but mapped across 1 value(s) > >> > >> Ter > >> _______________________________________________ > >> antlr-dev mailing list > >> [email protected] > >> http://www.antlr.org/mailman/listinfo/antlr-dev > > > > _______________________________________________ > > antlr-dev mailing list > > [email protected] > > http://www.antlr.org/mailman/listinfo/antlr-dev > > _______________________________________________ > antlr-dev mailing list > [email protected] > http://www.antlr.org/mailman/listinfo/antlr-dev > > _______________________________________________ > antlr-dev mailing list > [email protected] > http://www.antlr.org/mailman/listinfo/antlr-dev -- GMX DSL Doppel-Flat ab 19,99 Euro/mtl.! Jetzt mit gratis Handy-Flat! http://portal.gmx.net/de/go/dsl _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
