adjust 2d reader so the keyword has its own source location

and is syntax-original?

original commit: d652d69d146b6ed048e06509c77e1f46f710654c
This commit is contained in:
Robby Findler 2013-03-11 08:42:59 -05:00
parent c36adfa53d
commit deb6aabe4c

View File

@ -84,7 +84,13 @@ example uses:
(for/list ([line (in-vector lines)])
(length line)))
`(,(string->symbol (string-append "2d" (apply string kwd-chars)))
(define kwd-str (string-append "2d" (apply string kwd-chars)))
(define kwd-port (open-input-string kwd-str))
(port-count-lines! kwd-port)
(set-port-next-location! kwd-port _line (and _col (+ _col 1)) (and _pos (+ _pos 1)))
(define kwd-stx (read-syntax source kwd-port))
`(,kwd-stx
,table-column-breaks
,heights