1
0
Fork 0

added Bison & Flex

This commit is contained in:
Frank Celler 2015-10-20 15:47:40 +02:00
parent 84b32587f5
commit a322611495
1 changed files with 13 additions and 1 deletions

View File

@ -49,6 +49,19 @@
* https://coreos.com/using-coreos/etcd/
* [Apache 2 License](https://github.com/coreos/etcd/blob/master/LICENSE)
### Bison
* https://www.gnu.org/software/bison/
* GNU GPL3
* only used to generate code, not part of the distribution
* see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
### Flex
* http://flex.sourceforge.net/
* only used to generate code, not part of the distribution
* [free as-is license](http://flex.sourceforge.net/manual/Copyright.html#Copyright)
## Javascript, Node and NPM
### Node core modules
@ -192,7 +205,6 @@
#### Handlebars
* MIT License
#### Highlight.js