Page MenuHomeFreeBSD

Create a bison wrapper on top of base byacc
ClosedPublic

Authored by bapt on Mar 10 2020, 2:04 PM.
Tags
None
Referenced Files
F132461910: D24017.diff
Fri, Oct 17, 3:25 AM
Unknown Object (File)
Wed, Oct 8, 10:01 PM
Unknown Object (File)
Sun, Oct 5, 6:11 AM
Unknown Object (File)
Sun, Sep 28, 11:19 PM
Unknown Object (File)
Sat, Sep 27, 12:02 PM
Unknown Object (File)
Wed, Sep 24, 7:21 AM
Unknown Object (File)
Fri, Sep 19, 5:33 PM
Unknown Object (File)
Sep 11 2025, 1:06 PM
Subscribers

Details

Summary

The wrapper deals with various simple incompatibilities between byacc and bison:
first deals with --version which might often be called
--verbose and -v are ignored
normally yacc is called like this: yacc [options] input, but with GNU programs like bison
the input can be mixed in the middle of the arguments, unmangle that

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable