You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,16 @@ func main() {
60
60
61
61
```
62
62
63
+
# SQL parser
64
+
65
+
This project contains code that is automatically generated using `goyacc`.
66
+
`goyacc` reads the SQL expressions ([`sql.y`](https://github.com/auxten/postgresql-parser/blob/main/pkg/sql/parser/sql.y)) and generates a parser which could be used to tokenize a given input.
67
+
You could update the generated code using the `generate` target inside the project's Makefile.
0 commit comments