Fun & Games

To keep my hand in the more technical side of computing, I’ve been working on a project whose goal is to develop a compiler suite. The first part of that project is a parser generator based on Bryan Ford’s work on Parsing Expression Grammars.

You will find the initial implementation at SourceForge. Right now it compiles on Windows (I’m using Visual C++ Express), but I’m working on getting it working on Linux.