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
F163363228: D24017.id.diff
Wed, Jul 22, 12:55 PM
Unknown Object (File)
Mon, Jul 20, 11:40 AM
Unknown Object (File)
Jun 21 2026, 7:44 PM
Unknown Object (File)
Jun 21 2026, 1:11 PM
Unknown Object (File)
Jun 19 2026, 6:14 PM
Unknown Object (File)
Jun 10 2026, 4:06 PM
Unknown Object (File)
Jun 10 2026, 9:41 AM
Unknown Object (File)
Jun 9 2026, 2:44 AM
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