adding korean reader

This commit is contained in:
Danny Yoo 2011-08-09 09:48:18 -04:00
parent 2846f28254
commit 84723141a9
2 changed files with 7 additions and 0 deletions

5
korean/lang/reader.rkt Normal file
View File

@ -0,0 +1,5 @@
#lang s-exp syntax/module-reader
#:language (lambda ()
`(planet ,(this-package-version-symbol lang/korean)))
(require planet/version)

View File

@ -1,6 +1,8 @@
#lang s-exp "base.rkt"
(require (for-syntax racket/base))
(provide (all-defined-out)
(all-from-out "base.rkt"))
(define-syntax 정의