Interesting... I found one (negligible) problem: The "Compiler sources and objects exported files in Lisa TEXT format from dc42 disk images made with AppleSauce" file (http://pascal.hansotten.com/uploads/lisa/Lisa%20Pascal%20sou...) seems to be an empty ZIP file (download size is 22 bytes).

Also, some stuff seems to be unimplemented in the compiler, e.g. the GlobalOptimize function, which is called from some locations in pas-MISC.TEXT.txt, does nothing:

  PROCEDURE GlobalOptimize(VAR fstmt: pstmt; thisprocpn:pn);

    BEGIN {GlobalOptimize}
    END; {GlobalOptimize}