Skip to content
Snippets Groups Projects
Commit ea332e13 authored by easybuild's avatar easybuild
Browse files

Mon, 18 Sep 2017 12:15:03 +0200

parent 293c2259
No related branches found
No related tags found
No related merge requests found
......@@ -290,6 +290,7 @@ PrgEnv-intel/14.0.1,1
PrgEnv-intel/15.0.3,1
bullxde/2.0,1
Doris/4.06beta2-intel-2017a,1
Anaconda3/4.4.0,1
Bison/2.5-intel-2015b,1
Bison/2.7-foss-2015g,1
Bison/2.7,1
......
......@@ -181,6 +181,7 @@
| Module | Description |
| ------ | ----------- |
| Anaconda3 |   |
| [Bison](http://www.gnu.org/software/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. |
| [byacc](http://invisible-island.net/byacc/byacc.html) | Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler. |
| [flex](http://flex.sourceforge.net/) | Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment