PL0.mod 410 B

1234567891011121314
  1. MODULE PLO;
  2. (************************************************************)
  3. (* PL0 interpreter in GNU Modula-2 *)
  4. (* using only ISO Libraries to void mixing *)
  5. (* interprets the code generated by PLOc *)
  6. (* Eric Streit <eric@yojik.eu> May 2026 *)
  7. (************************************************************)
  8. BEGIN
  9. END PLO.