make the position and position-token structs transparent
(these seem to only not be transparent because that is the default)
This commit is contained in:
parent
0a0ac35ee6
commit
facea9fe43
|
@ -83,7 +83,7 @@
|
|||
(define-syntax define-tokens (make-define-tokens #f))
|
||||
(define-syntax define-empty-tokens (make-define-tokens #t))
|
||||
|
||||
(define-struct position (offset line col))
|
||||
(define-struct position-token (token start-pos end-pos))
|
||||
(define-struct position (offset line col) #f)
|
||||
(define-struct position-token (token start-pos end-pos) #f)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user