Skip to content

Commit 1ebdf0d

Browse files
committed
Acknowledge TiDB upstream in README
Add an Acknowledgments section calling out that Marino is a hard fork of pingcap/parser and thanking the TiDB team and upstream contributors.
1 parent a0d07f5 commit 1ebdf0d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ The goal of this project is to build a Golang parser that is fully compatible wi
1212
- Extensible: adding a new syntax requires only a few lines of Yacc and Golang code changes.
1313
- Good performance: the parser is generated by goyacc in a bottom-up approach. It is efficient to build an AST tree with a state machine.
1414

15+
## Acknowledgments
16+
17+
Marino is a hard fork of [pingcap/parser](https://github.com/pingcap/parser),
18+
the MySQL-compatible SQL parser developed as part of [TiDB](https://github.com/pingcap/tidb).
19+
Huge thanks to the TiDB team and all the upstream contributors whose work this
20+
project is built on.
21+
1522
## License
1623

1724
Marino is under the Apache 2.0 license. See the LICENSE file for details.

0 commit comments

Comments
 (0)