Lines Matching refs:synpreds
62 * Dieter Habelitz reported bug in java code gen with synpreds. labels were
63 being carried from grammar into synpreds but weren't typed properly (they
69 * (Sam) Fix labels in synpreds
614 * Labels on tokens, rules carry into synpreds now so semantic predicates work.
2530 * added warning that interpreter doesn't do synpreds yet
2582 * bad location event generated with -debug for synpreds in autobacktrack mode.
2592 * was not making synpreds on (C)* type loops with backtrack=true
2594 * was copying tree stuff and actions into synpreds with backtrack=true
2596 * was making synpreds on even single alt rules / blocks with backtrack=true
2718 * Detecting use of synpreds in analysis now instead of codegen. In
2719 this way, I can avoid analyzing decisions in synpreds for synpreds
3045 * Bug fix: location 0, 0 emitted for synpreds and empty alts.