Added #lang rash feature

This commit is contained in:
Cristian Esquivias 2014-08-19 02:17:49 -07:00
parent aab5057477
commit e887a5f90c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
syntax: glob
*.html
compiled/*

6
lang/reader.rkt Normal file
View 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"))