diff --git a/.hgignore b/.hgignore index abd5a17..721a842 100644 --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,4 @@ syntax: glob *.html +compiled/* diff --git a/lang/reader.rkt b/lang/reader.rkt new file mode 100644 index 0000000..f082e65 --- /dev/null +++ b/lang/reader.rkt @@ -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"))