bison

v 3.8.2 Updated: 2 years, 6 months ago

The Yacc-compatible Parser Generator

Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. As an experimental feature, Bison can also generate IELR(1) or canonical LR(1) parser tables. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.

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

To install bison, paste this in macOS terminal after installing MacPorts

sudo port install bison

Add to my watchlist

Installations 546
Requested Installations 98