1
0
Fork 0

added link for bison

This commit is contained in:
Frank Celler 2015-10-29 13:06:52 +01:00
parent 3e9083f149
commit c4ef29943d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
### Bison
* https://www.gnu.org/software/bison/
* only used to generate code, not part of the distribution
* only used to generate code, not part of the distribution; for details about using Bison in this way see http://www.gnu.org/software/bison/manual/bison.html#Conditions
* parts generated use see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
### Flex