Saturday, July 11, 2009

Triggers & Compilation

I realized yesterday that the map needed triggers added to it, so I am working on that this morning. I wrote the compiler framework last night, and its implementation should be straightforward (if dull).


1600
Compilation code is going quite well. Far easier now that everything is well organized; however, I'm using a couple of very large (50+ line) #define-s to parse the data lists into straight arrays. Whatev, it saves me typing out for loops and stl iterators over and over...

No comments: