takikawa / sweet-racket

A port of sweet expressions to Racket
http://pkg-build.racket-lang.org/doc/sweet/index.html
Other
47 stars 10 forks source link

handle modern syntax after #' etc. #24

Closed AlexKnauth closed 9 years ago

AlexKnauth commented 9 years ago
(check-equal? (syntax->datum #'{1 + 2}) '(+ 1 2))