#lang setup/infotab (define name "Advanced Student Compiler") (define doc.txt "doc.txt") (define categories '(metaprogramming)) (define required-core-version "4.0.2") (define repositories (list "4.x")) (define primary-file '("data.scm" "parser.scm" "unparser.scm" "define-struct.scm")) (define blurb (list '(div #<<BLURB A simple compiler for the Advanced Student language, written in the Advanced Student Language and developed in the style of HtDP. BLURB ))) (define release-notes (list '(div "Initial and incomplete release of some of the front end.")))