[il-antlr-interest: 34981] Re: [antlr-interest] String concatenation expression rule

2011-11-20 Thread franck102
Here is the kind of practical example I need to handle (again, this is an existing, very ambiguous language, nothing I can do about that): I need call myFunc on 2 3 to parse as Concatenate(myFunc(2), 3) call myFunc on 2 3  to parse as myFunc(23) Concat has higher precedence than

[il-antlr-interest: 34983] Re: [antlr-interest] Fwd: hello...

2011-11-20 Thread Premkumar
pHey, hey!brdespite the circumstances I never lost hope I knew I had to take advantage of this this is proof that miracles do exist youll get the hang of itbra href=http://bigasia.pl/profile/78NeilCarter/;http://bigasia.pl/profile/78NeilCarter//abrc ya./p List:

[il-antlr-interest: 34984] [antlr-interest] [C Runtime] Redefinition issue in antlr3convertutf.h

2011-11-20 Thread Gonzague Reydet
Hi all, Using the ANLTR C runtime v3.4, I encounter a redefinition error of false and true values in antlr3convertutf.h at compile time when including the antlr3.h file in my code. IMO we should have a verification to check if those flags are already defined or not before defining them in the