To Run Pizza

To run Pizza on the University of Wisconsin CS Department's Sparc/Solaris system do the following:

  1. Add the following to your ~/.cshrc.local file:
    setenv CLASSPATH .:/u/f/i/fischer/public/pizza/classes:/s/jdk1.0.2/lib/classes.zip
    alias pc 'java -ms8m pizza.compiler.Main'
  2. Invoke the Pizza compiler as
    pc file.pizza
    A .class file will be created for each class you have compiled. Use
    java file
    to execute file.class. Just as in Java, the .class suffix is not included when java is invoked.

Pizza Links