Skip to content
  • rtoy's avatar
    Move the loop pretty-printer to its own file because of the MIT · becd4055
    rtoy authored
    license.
    
    pprint-loop.lisp:
      o New file containing the loop pprinter, with XP license
    
    pprint.lisp:
      o Remove loop pprinter code.
      o Call initializer to enable the loop pprinter at the right time.
    
    worldcom.lisp:
      o Compile pprint-loop
    
    worldload.lisp:
      o Load pprint-loop at the right time.
    becd4055