Hi, I've spent some time on refactoring imcc's parser and lexer a bit (only minor) and I guess the time has come for some design decisions, if possible.
Currently, IMCC handles both PIR and PASM. smash++ suggested that PDDs should be finished for both PASM and PIR. Once PASM has been well-defined, a PASM assembler can be written, and the same for PIR. We'd need to decide how to compile PIR, maybe several options using commandline options, for isntance PIR->PBC, PIR->PASM, etc. I'm willing to spend some time on it (as long as I have bits time and don't have to find a real job), but I can't make these decisions by myself. If time allows it, it would be nice to have these 2 PDDs around. thanks, kjs