#672: PASM1 compiler needs tests.
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:       
     Type:  todo    |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  core    |     Version:  1.1.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------
 Chapter 3 mentions the PASM1 compiler, which is not used anywhere in the
 test suite.

 It does seem to exist, though, which surprised me.
 {{{
 .sub main
   $P1 = compreg "PASM1"
   if null $P1 goto foo
     say "ok"
     end
   foo:
     die "eek"
 .end
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/672>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to