whalesong/whalesong/cs019/lang/reader.rkt
2013-02-20 18:29:13 -07:00

10 lines
237 B
Racket

#lang s-exp syntax/module-reader
;; http://docs.racket-lang.org/planet/hash-lang-planet.html
#:language (lambda (ip)
`(file ,(path->string cs019.rkt)))
(require racket/runtime-path)
(define-runtime-path cs019.rkt "../cs019.rkt")