- MODULE PLO;
- (************************************************************)
- (* PL0 interpreter in GNU Modula-2 *)
- (* using only ISO Libraries to void mixing *)
- (* interprets the code generated by PLOc *)
- (* Eric Streit <eric@yojik.eu> May 2026 *)
- (************************************************************)
- BEGIN
- END PLO.
|