At 14:26 on 05/31/2003 EDT, Dan Sugalski <[EMAIL PROTECTED]> wrote: > Honestly I'd prefer just a single executable, named > parrot, that can handle assembly files, rather than the two > executables we're building now. If we can do that, we can ditch > assemble.pl.
I'm all for that as well. It would imply some code reorganization (placing them in the same directory might make sense, or at least taking imcc out of languages/ and putting it under the top level). Who should do this? I'd be willing to help if given direction. Also be aware that imcc currently isn't as portable as parrot is. It does not build under lcc, for instance. I'll see if I can correct that, though. --Josh