mirror of https://gitee.com/bigwinds/arangodb
clarified parted generated by autotools & bison
This commit is contained in:
parent
41f61d4deb
commit
c07aeaf5ba
|
@ -53,13 +53,13 @@
|
||||||
* http://www.gnu.org/software/autoconf/autoconf.html
|
* http://www.gnu.org/software/autoconf/autoconf.html
|
||||||
* https://www.gnu.org/software/automake/
|
* https://www.gnu.org/software/automake/
|
||||||
* only used to generate code, not part of the distribution
|
* only used to generate code, not part of the distribution
|
||||||
* parts used are free as-is license
|
* parts generated are free as-is license
|
||||||
|
|
||||||
### Bison
|
### Bison
|
||||||
|
|
||||||
* https://www.gnu.org/software/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
|
||||||
* parts used see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
|
* parts generated use see https://github.com/arangodb/arangodb/blob/devel/arangod/Aql/grammar.cpp#L20
|
||||||
|
|
||||||
### Flex
|
### Flex
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue