id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
672,PASM1 compiler needs tests.,coke,,"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
}}}",todo,closed,normal,,core,1.1.0,medium,wontfix,,,,,
