3 Jun 2003 helcio   » (Journeyer)

PopAsm, the Popular Assembler
In this last weekend, my KISS instinct (Keep It Simple, Stupid) made me reconsider the class hierarchy of the expressions. I decided to merge them all in a great class, capable of doing anything. That saved me the work of writing all those combinations of operator+(), etc. for each pair of expression classes. PopAsm is now 1,000 lines of code smaller due to this simplification, but now its source looks no longer so messy...

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!