1
0
Fork 0

Bison is not used as part of arangodb

This commit is contained in:
Frank Celler 2015-10-22 13:14:39 +02:00
parent 2eb02bca76
commit 4467eca661
1 changed files with 2 additions and 3 deletions

View File

@ -51,9 +51,8 @@
### Bison
* https://www.gnu.org/software/bison/
* [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
* *only used to generate code, not part of the distribution*
* see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
* only used to generate code, not part of the distribution
* parts used see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
### Flex