Skip to content

Commit

Permalink
Provide rsp for notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Dec 8, 2024
1 parent 8a6eb7c commit 53db4e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iniquity/compile.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
(provide compile
compile-e
compile-es
compile-define)
compile-define
; for notes
rsp)

(require "ast.rkt")
(require "compile-ops.rkt")
Expand Down

0 comments on commit 53db4e9

Please sign in to comment.