mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 05:14:23 +01:00
vendor sqlite3-parser (lemon-rs)
This commit is contained in:
7
vendored/sqlite3-parser/Sync.md
Normal file
7
vendored/sqlite3-parser/Sync.md
Normal file
@@ -0,0 +1,7 @@
|
||||
When some changes happen in the official SQLite repository,
|
||||
they can be applied locally:
|
||||
- $SQLITE/tool/lemon.c => $RLEMON/third_party/lemon.c
|
||||
- $SQLITE/tool/lempar.c => $RLEMON/third_party/lempar.rs
|
||||
- $SQLITE/tool/mkkeywordhash.c => $RLEMON/src/dialect/mod.rs
|
||||
- $SQLITE/src/tokenize.c => $RLEMON/src/lexer/sql/mod.rs
|
||||
- $SQLITE/src/parse.y => $RLEMON/src/parser/parse.y (and $RLEMON/src/dialect/token.rs, $RLEMON/src/dialect/mod.rs)
|
||||
Reference in New Issue
Block a user