Added #lang rash feature
This commit is contained in:
parent
aab5057477
commit
e887a5f90c
6
lang/reader.rkt
Normal file
6
lang/reader.rkt
Normal file
|
@ -0,0 +1,6 @@
|
|||
#lang s-exp syntax/module-reader
|
||||
rash/language
|
||||
#:read rash:read
|
||||
#:read-syntax rash:read-syntax
|
||||
|
||||
(require (prefix-in rash: "../rash-lang.rkt"))
|
Loading…
Reference in New Issue
Block a user