a PMC question?

2005-04-15 Thread bloves
hi,folks.

I am reading PMC C source code and reading some document( 
http://www.perl.com/pub/a/2002/01/30/pmcs.html;).



Some questions:



*this PMC design have changed?

*any body offer some advice that learn PMC C source code and PMC's theory?



Thanks.



   /\  /\

  / | / |

 / /  2  / /

/   /



p2p is protocol or compiler ?

Some PMC's Questions

2005-04-15 Thread bloves mr
hi,folks.
I am reading PMC C source code and reading some document(
http://www.perl.com/pub/a/2002/01/30/pmcs.html;).

Some questions:

*this PMC design have changed?
*any body offer some advice that learn PMC C source code and PMC's theory?

Thanks.
/*
  p2p is a protocol or a compiler?
*/


across language question

2005-04-07 Thread bloves
# test_pbc.php

?php

  function test_pbc(){

   print hello parrot;

  }

?



if compile test_pbc.php to test_pbc.pbc then how use this pbc for perl.



#!/usr/bin/perl

use test_pbc; # ?

test_pbc();   # ?

other language compiler to parrot?

2005-04-02 Thread bloves
hi,all

have a Php compiler to parrot project?

have a ruby compiler to parrot project?



test_main.c oversight

2005-01-20 Thread bloves
hi,all

I don't find define of Parrot_setflag() in test_main.c. but, i finded it 
in embed.c,it already changeed.(Parrot_set_flag()); 



   test_main.c 27 line



#define setopt(flag) Parrot_setflag(interpreter, flag, (*argv)[0]+2);



#define setopt(flag) Parrot_set_flag(interpreter, flag, (*argv)[0]+2);



en, I compiled test_main.c.



 

bloves

old parrot question?

2004-11-24 Thread bloves
hi,everyone.
   I am learning parrot0.0.1 source code. But i don't know padding  in 
assemble.pl?
   $size += length($_) % $sizeof_packi; # Padding ??? why need to pad?

who help ?

bloves
[EMAIL PROTECTED]
2004-11-25