Difference between revisions of "Applications/Bison"

From HPC
Jump to: navigation , search
m (MSummerbell moved page Bison to Applications/Bison without leaving a redirect)
m
Line 15: Line 15:
 
==Further Information==
 
==Further Information==
 
[https://www.gnu.org/software/bison/ GNU Bison]
 
[https://www.gnu.org/software/bison/ GNU Bison]
 +
 +
==Navigation==
 +
 +
* [[Main_Page|Home]]
 +
* [[Applications|Application support]] *
 +
* [[General|General]]
 +
* [[Programming|Programming support]]

Revision as of 11:12, 24 May 2019

Application Details

  • Description: Bison, is a parser generator that is part of the GNU Project. 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
  • Version: 3.0.4
  • Modules: bison/3.0.4
  • License: GNU Licence

Usage

Load Module

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

Further Information

GNU Bison

Navigation