Stage instructions don’t specify how one should go about processing “SELECT name FROM apples” command, but I suspect just hardcoding “return values of second row in table ‘apples’” would be wrong.
Hence, I started making my own SQL parser, with tokenization, abstract syntax trees and all. This, however, is a great deal of work and I’m starting to second-guess myself whether this is what the challenge wants me to do.
I should probably make a parser for at least some commands, just seems that challenge difficulty suddenly skyrocketed ![]()