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)
Nov 30 2024, 1:03 AM
Unknown Object (File)
Nov 30 2024, 1:03 AM
Unknown Object (File)
Nov 30 2024, 1:03 AM
Unknown Object (File)
Nov 30 2024, 12:48 AM
Unknown Object (File)
Nov 3 2024, 1:05 PM
Unknown Object (File)
Oct 27 2024, 6:31 PM
Unknown Object (File)
Oct 9 2024, 6:24 PM
Unknown Object (File)
Oct 4 2024, 9:59 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