diff --git a/quad2/draw.rkt b/quad2/draw.rkt index 00a391d6..12f75d0d 100644 --- a/quad2/draw.rkt +++ b/quad2/draw.rkt @@ -44,6 +44,8 @@ (string-join (for/list ([x (in-list xs)]) (string-join (map ~a (match x + ;; TODO: embed these code-generating functions + ;; as properties of the structs [($move ($point x y)) (list y x 'move)] [($text charint) (list charint 'text)] [($font path-string) (list path-string 'set-font)]