Ticket #672 (closed todo: wontfix)

Opened 13 years ago

Last modified 12 years ago

PASM1 compiler needs tests.

Reported by: coke Owned by:
Priority: normal Milestone:
Component: core Version: 1.1.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

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

Change History

Changed 13 years ago by coke

See TT #872 (when used, this compiler segfaults)

Changed 12 years ago by bacek

  • status changed from new to closed
  • resolution set to wontfix

PASM1 compiler is deprecated.

Note: See TracTickets for help on using tickets.