Simon Glover <[EMAIL PROTECTED]> writes:

> > parrot_compiler: No make test:
> >           make fails with missing 'open_i_s' (integer file descriptors
> >           are removed)
> 
>  This is a two-line fix; I've already commited it. (It still doesn't
>  actually work, mind, as it makes Parrot segfault when I try to compile
>  the sample PASM file, but I don't have time to investigate this at the
>  moment).

I don't even know if its a good idea to work more on this. This is yet
another try to replace assemble.pl, this time by something parrot
based.

We should really get imcc/parrot as the default assembler. With the
introduction of the compile opcodes a parrot-based assembler might be
as simple as
  read S0
  compreg P1, "PASM1"
  compile P0, P1, S0
  write P0

I only entered this directory to find out if the removal of
assembly.pl breaks something that wasn't formerly broken.

bye
boe
-- 
Juergen Boemmels                        [EMAIL PROTECTED]
Fachbereich Physik                      Tel: ++49-(0)631-205-2817
Universitaet Kaiserslautern             Fax: ++49-(0)631-205-3906
PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F  23 F6 C7 2F 85 93 DD 47

Reply via email to