info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Prefix Notation Quiz")
  (define homepage "http://www.cs.indiana.edu/~jorjohns/work/scheme-projects.html")
  (define blurb
    (list "Tests students with regards to the use of prefix notation."))
  (define primary-file "prefix.ss")
  (define doc.txt `("doc.txt"))
  (define categories '(misc)))