Applications/Bison

From HPC
Revision as of 14:42, 16 November 2022 by Pysdlb (talk | contribs) (added example and moved description downward)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation , search

Application Details

  • Description: Bison, is a parser generator that is part of the GNU Project.
  • Version: 3.0.4
  • Modules: bison/3.0.4
  • License: GNU Licence

Usage

Bison reads a specification of a context-free language, warns about any parsing ambiguities, and generates a parser (either in C, C++, or Java) which reads sequences of tokens and decides whether the sequence conforms to the syntax specified by the grammar.

Load Module

[username@login01 ~]$ module add bison/3.0.4

Run Bison

[username@login01 ~]$ bison filename.y

Next Steps





Modules | Main Page | Further Topics