Lines Matching refs:LAC
538 ** LAC (Lookahead Correction) for syntax error handling:
558 LAC is a new mechanism within the parsing algorithm that solves
560 %nonassoc, default reductions, or state merging. When LAC is in
564 power of canonical LR and IELR, LAC at least enables LALR's syntax
568 Currently, LAC is only supported for deterministic parsers in C.
569 You can enable LAC with the following directive:
573 See the new section "LAC" in the Bison manual for additional
576 LAC is an experimental feature. More user feedback will help to
732 in two ways, but a more complete fix requires LAC, described above:
759 the expected token list. Bison's new LAC implementation,
761 canonical LR. However, LAC is still experimental and is disabled