stubs for cs019 language
This commit is contained in:
parent
3b07160049
commit
713d023d1b
6
cs019/cs019.rkt
Normal file
6
cs019/cs019.rkt
Normal file
|
@ -0,0 +1,6 @@
|
|||
#lang s-exp "../lang/whalesong.rkt"
|
||||
|
||||
;; Like the big whalesong language, but with additional ASL restrictions.
|
||||
|
||||
|
||||
(provide (all-from-out "../lang/whalesong.rkt"))
|
9
cs019/lang/reader.rkt
Normal file
9
cs019/lang/reader.rkt
Normal file
|
@ -0,0 +1,9 @@
|
|||
#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")
|
Loading…
Reference in New Issue
Block a user