whalesong/lang/reader.rkt
2011-08-29 15:51:56 -04:00

10 lines
258 B
Racket

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