Discussion:
Backtrack not working
Saad Ahmed
2012-12-04 19:03:06 UTC
Permalink
Hi,

I am using antlr plugin for eclipse and antlr version 3.2 . When I run
script in the interpreter it says syntactic predicate not supported. I can
place the grammars files if it is required but I believe it does not have
to do anything with the grammar. Any help would be appreciated.

Saad Ahmed

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
Bart Kiers
2012-12-04 19:12:26 UTC
Permalink
Hi Saad,

The message says it all: (syntactic) predicates are not supported in the
interpreter, nor does any embedded code in your grammar get executed.
Try the debugger instead: it does support predicates and embedded code
(only Java though).

Regards,

Bart.
Post by Saad Ahmed
Hi,
I am using antlr plugin for eclipse and antlr version 3.2 . When I run
script in the interpreter it says syntactic predicate not supported. I can
place the grammars files if it is required but I believe it does not have
to do anything with the grammar. Any help would be appreciated.
Saad Ahmed
List: http://www.antlr.org/mailman/listinfo/antlr-interest
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address
Loading...