This package browser is in early development. Mind the rough edges.

bison

Yacc-compatible parser generator

GNU Bison is a general-purpose parser generator. It can build a deterministic or generalized LR parser from an annotated, context-free grammar. It is versatile enough to have many applications, from parsers for simple tools through complex programming languages.

Bison also provides an implementation of yacc, as specified by POSIX.

Installation

Install the latest version of bison as follows:

guix install bison

Or install a particular version:

guix install bison@3.0.5

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.