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.
Linter | Message | Location |
---|---|---|
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 |