This post originated from an RSS feed registered with Agile Buzz
by Patrick Lioi.
Original Post: Spaghetti Stack Attack!
Feed Title: patrick.lioi.net
Feed URL: http://patrick.lioi.net/feed/
Feed Description: This feed mainly follows my attempt to grow an interpreter/compiler while learning TDD.
When I started writing Rook in January, I had a general idea of how things would work. I’d start with a grammar, then I’d write a recursive descent parser to turn the input source code into an abstract syntax tree. These steps aren’t trivial, but they’re also not as tough as they sound. [...]