This post originated from an RSS feed registered with Agile Buzz
by Patrick Lioi.
Original Post: Grammar 0
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
I’m going to approach this project by incrementally adjusting the Parsing Expression Grammar that goes along with the language. You can think of the PEG as a specification. It’s not a specification of the whole language, because it says nothing [...]