Daily Archives: June 26, 2009

Books About Parsing

I’m in Portland this weekend and picked up a few more parsing-related books. I wanted to list them here, since I wasn’t previously aware they existed despite my intense interest in this field. The first is Selected Papers on Computer … Continue reading

Posted in Uncategorized | 4 Comments

μpb Status Update

I haven’t posted many status updates for upb lately. Sometimes that means I’m busy with other things, but right now it means I am working on it feverishly and can hardly stand to take a break from it. I’m extremely … Continue reading

Posted in upb | Leave a comment

Bit-fields in C99

Recently I came upon some spirited discussion on reddit concerning a blog post that discussed the use of bit-fields in C. As a quick refresher to anyone unfamiliar or rusty on bit-fields, they are a construct in C that lets … Continue reading

Posted in upb | 2 Comments