General purpose parser generator converting annotated context-free grammar to a deterministic LR/GLR parser.
conda install conda-forge::bison
conda install conda-forge/label/cf201901::bison
conda install conda-forge/label/cf202003::bison
conda install conda-forge/label/gcc7::bison
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.