_Advanced Student Compiler_
David Van Horn
(at dvanhorn (dot ccs neu edu))
A simple compiler for the Advanced Student language, written in the
Advanced Student Language and developed in the style of HtDP.
It is currently incomplete, consisting only of the front end: data
definitions for syntax, a parser and unparser, and a desugaring
procedure for define-struct definitions.
(require (planet [file] ("dvanhorn" "advanced-student.plt" 1 0)))