The Make file for Pico

(contents of the file Make.pco)
general info

{ load("Grammar.pco");
  load("Scan.pco"   );
  load("Case.pco"   );
  load("Read.pco"   );
  load("Dict.pco"   );
  load("Eval.pco"   );
  load("Print.pco"  );
  load("Global.pco" );
  load("Pico.pco"   ) }

Back to the metacircular evaluator

This page was made (with lots of hard work!) by Wolfgang De Meuter