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

bison 3.0.5

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 bison 3.0.5 as follows:

guix install bison@3.0.5

Or install the latest version:

guix install bison

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.