Build your own SQLite, Part 3: SQL parsing 101
After discovering the SQLite file format and implementing the .tables command in part 1 and part 2 of this series, we're ready to tackle the next big challenge: writing our own SQL parser from scratch.
As the SQL dialect supported by SQLite is quite ...
blog.sylver.dev9 min read
Ham Ham
I found small typo from your website zenyth.dev
There is extra space in "the". I am on mobile and using Chrome.
The paragraph:
(...) Zenyth uses the execution log to restart t he program and fast-forward to the previous execution point.