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

byacc 20221106

Berkeley Yacc LALR parser generator

Berkeley Yacc is an LALR(1) parser generator. Yacc reads the grammar specification from a file and generates an LALR(1) parser for it. The parsers consist of a set of LALR(1) parsing tables and a driver routine written in the C programming language.

Installation

Install byacc 20221106 as follows:

guix install byacc@20221106

Or install the latest version:

guix install byacc

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.