Introduction

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.

Bison is available using the command:

module load Bison

Available versions:

  • 3.0.4 (new from 26-04-2017)
  • 3.0.4-foss-2015b (new from 28-04-2017)
  • 3.0.4-GCC-4.9.3-binutils-2.25 (new from 26-04-2017)
  • 3.0.4-GCCcore-5.4.0 (new from 26-04-2017)
  • 3.0.4-intel-2016b (new from 04-05-2017)