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
Unknown Object (File)
Dec 25 2023, 9:48 AM
Unknown Object (File)
Dec 25 2023, 9:48 AM
Unknown Object (File)
Dec 25 2023, 9:48 AM
Unknown Object (File)
Dec 25 2023, 9:35 AM
Unknown Object (File)
Dec 20 2023, 8:00 AM
Unknown Object (File)
Jul 9 2023, 6:59 AM
Unknown Object (File)
Jul 9 2023, 6:52 AM
Unknown Object (File)
Jun 30 2023, 5:05 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