This post originated from an RSS feed registered with Agile Buzz
by Patrick Lioi.
Original Post: Grammar 2: Lost in New York
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.
This is part of a series of articles that started with Test-Driving a Compiler.
Some of the operators introduced in Grammar 1 have to do with boolean tests: ==, !=, <, etc. Further boolean support introduced in this article includes && (and), || (or), and if statements. Different languages deal with if statements in different [...]