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.
- Website: https://invisible-island.net/byacc/byacc.html
- Licenses: Public Domain
- Package source: gnu/packages/c.scm
- Builds: See build status
- Issues: See known issues
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.