Compare commits
No commits in common. "fix-repl" and "master" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,7 +1,5 @@
|
|||
# Racket compiled files
|
||||
compiled/
|
||||
# Generated documentation
|
||||
/doc/
|
||||
|
||||
# common backups, autosaves, lock files, OS meta-files
|
||||
*~
|
||||
|
|
|
@ -25,9 +25,7 @@
|
|||
(intro (thunk))))
|
||||
|
||||
(define (this-read-syntax [src #f] [in (current-input-port)])
|
||||
((make-syntax-delta-introducer #'here #f)
|
||||
(quasisyntax/loc src
|
||||
#,(compile-program
|
||||
(parameterize ([current-source-name src])
|
||||
(parse-program in))))
|
||||
'remove)))
|
||||
(quasisyntax/loc src
|
||||
#,(compile-program
|
||||
(parameterize ([current-source-name src])
|
||||
(parse-program in))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user