Recent Posts

Part 3 - Writing the Parser for fdb

18 minute read

In part 2, we finished writing the Lexer for fdb. That Lexer produced a Vec<Token<'a>> that tokenized the input string provided by the user at th...

Roundup - May 11th

17 minute read

Roundup Part Two Well, I already broke my rule and stayed coding without writing but here goes nothing. I worked on a lot. On the last roundup on Raft, I was...

Part 2 - Writing the Lexer for fdb

23 minute read

Now that we have a simple to use REPL from part 1, we need to start supporting actual SQL syntax. As briefly touched on in the intro, the goal here is to wri...

Roundup - April 9th

6 minute read

Hello! I am beginning one of my brain dump/minimal review/minimal edits posts with this one! I’m going to call this series “roundup” where I just give a quic...