We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d07f5 commit 1ebdf0dCopy full SHA for 1ebdf0d
1 file changed
README.md
@@ -12,6 +12,13 @@ The goal of this project is to build a Golang parser that is fully compatible wi
12
- Extensible: adding a new syntax requires only a few lines of Yacc and Golang code changes.
13
- 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.
14
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
22
## License
23
24
Marino is under the Apache 2.0 license. See the LICENSE file for details.
0 commit comments