Language

Package: bison @ 3.5.3

Synopsis

Yacc-compatible parser generator

Description

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.

Home page
https://www.gnu.org/software/bison/
Location
gnu/packages/bison.scm (line: 34, column: 2)
License

Lint warnings

LinterMessageLocation
inputs-should-be-native

Identify inputs that should be native inputs

'flex' should probably be a native input
inputs-should-be-native

Identify inputs that should be native inputs

'm4' should probably be a native input