byacc: Update to 20230201.Note that this enables the backtracking extension, which we had previously left disabled.PR: 244149, 269425Sponsored by: Klara, Inc.Differential Revision: https://rev
byacc: Update to 20230201.Note that this enables the backtracking extension, which we had previously left disabled.PR: 244149, 269425Sponsored by: Klara, Inc.Differential Revision: https://reviews.freebsd.org/D38421
show more ...
MFV: r362513Update byacc to 20200330.
MFV: r319352Merge byacc 20170430.
MFV: r313101Update byacc to 20170201.
MFV: r309561Merge byacc 20161202.
MFV: r306687Merge byacc 20160606.
Merge byacc 20160324.
Merge byacc 20150711.
Import byacc 20141006
Import byacc 20141005 from vendor
Update to byacc 20140715 (only concerns regression tests being fixed)Directly use regression test from upstreamPR: 191020Submitted by: gcooper ([email protected])
Update to 20140422
Update to byacc 20140409Among all the modifications, this new byacc also solves a 14 year old bug [1]PR: bin/23254 [1]Submitted by: [email protected] [1]MFC after: 3 weeks
Import byacc from invisible island, it brings us lots of compatibilities withbison, keeping full compatibility with our previous yacc implementation.Also bring the ability to create reentrant pars
Import byacc from invisible island, it brings us lots of compatibilities withbison, keeping full compatibility with our previous yacc implementation.Also bring the ability to create reentrant parserThis fix bin/140309 [1]PR: bin/140309 [1]Submitted by: Philippe Pepiot <[email protected]> [1]Approved by: des (mentor)MFC after: 1 month