(require (for-label racket/syntax))
This commit is contained in:
parent
7daf8fda80
commit
9d76140991
3
main.rkt
3
main.rkt
|
@ -8,7 +8,8 @@
|
||||||
(for-label racket)
|
(for-label racket)
|
||||||
(for-label racket/stxparam)
|
(for-label racket/stxparam)
|
||||||
(for-label syntax/parse)
|
(for-label syntax/parse)
|
||||||
(for-label racket/splicing))
|
(for-label racket/splicing)
|
||||||
|
(for-label racket/syntax))
|
||||||
@(define evaluator
|
@(define evaluator
|
||||||
(parameterize ([sandbox-output 'string]
|
(parameterize ([sandbox-output 'string]
|
||||||
[sandbox-error-output 'string])
|
[sandbox-error-output 'string])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user