diff --git a/anselm.csv b/anselm.csv index 6030bc365c9ea60db8531c342111843cbafa5543..22bed73f05a0edcf0eb52a4e5394f122043335e5 100644 --- a/anselm.csv +++ b/anselm.csv @@ -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 diff --git a/anselm.md b/anselm.md index 4805753721a3addfe744b1d3356f48e32993ad86..710f95391b276515ff158f207ee0d5d54052bd71 100644 --- a/anselm.md +++ b/anselm.md @@ -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. |