Language

Package: bison @ 3.0.5

Synopsis

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.

Home page
https://www.gnu.org/software/bison/
Location
gnu/packages/bison.scm (line: 80, 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