SQLite

Check-in [c1fb41aa7b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Improve on the previous checkin. Still a bit slow.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | weak-fallback
Files: files | file ages | folders
SHA3-256: c1fb41aa7b7207b81ee1d5d32da3380b36d694033b87a2873981e0c6437ba956
User & Date: dan 2018-06-29 19:54:51.681
Context
2018-06-29
20:21
Further tweaks to sqlite3RunParser(). (check-in: eef61ffab7 user: dan tags: weak-fallback)
19:54
Improve on the previous checkin. Still a bit slow. (check-in: c1fb41aa7b user: dan tags: weak-fallback)
17:44
Instead of using a lemon %fallback directive, have the tokenizer try to figure out whether an instance of "WINDOW" should be TK_WINDOW or TK_ID. (check-in: 022079cb0d user: dan tags: weak-fallback)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/tokenize.c.