cvsuser     01/09/22 10:06:49

  Modified:    .        README
  Log:
  test.pasm is dead, long like make test.
  
  Revision  Changes    Path
  1.8       +2 -7      parrot/README
  
  Index: README
  ===================================================================
  RCS file: /home/perlcvs/parrot/README,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -w -r1.7 -r1.8
  --- README    2001/09/16 01:21:47     1.7
  +++ README    2001/09/22 17:06:49     1.8
  @@ -47,14 +47,9 @@
   
   and the test interpreter should build.
   
  -test_prog is a Parrot interpreter which can read in bytecode from a
  -file. To assemble Parrot assembly into bytecode, type
  +You can test the assembler and interpreter by running
   
  -    perl assemble.pl test.pasm > test.pbc
  -
  -You can then execute the compiled bytecode with
  -
  -    ./test_prog test.pbc
  +    make test
   
   There is some documentation in docs/, but this is a very early alpha
   release, so for the most part, you're on your own.
  
  
  

Reply via email to