Skip to content

Commit

Permalink
Merge pull request #30 from cmsc430/fix-provides
Browse files Browse the repository at this point in the history
Provide compile-pattern.
  • Loading branch information
dvanhorn authored Dec 8, 2024
2 parents 35d1fe3 + b6f70f3 commit 15c7e74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion knock/compile.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
compile-e
compile-es
compile-define
compile-match)
compile-match
; for notes
compile-pattern)

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

0 comments on commit 15c7e74

Please sign in to comment.