Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Bison is a general-purpose parser generator that converts an annotated contextannotatedcontext-free grammar into a deterministic LR or generalized LR (GLR) parser employing parseremploying LALR(1) parser tables.

More information

- Homepage: https://www.gnu.org/software/bison

...