Skip to content

Commit

Permalink
Merge pull request #32 from cmsc430/fix-provides
Browse files Browse the repository at this point in the history
More provides for notes.
  • Loading branch information
dvanhorn authored Dec 9, 2024
2 parents e8dcc50 + 9fa7ca3 commit c9c0b86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neerdowell/compile-ops.rkt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#lang racket
(provide compile-op pad-stack unpad-stack assert-proc compile-make-struct)
(provide compile-op pad-stack unpad-stack assert-proc compile-make-struct
; for notes
assert-cons)
(require "ast.rkt" "types.rkt" "utils.rkt" a86/ast)

(define rax 'rax) ; return
Expand Down
1 change: 1 addition & 0 deletions outlaw/compile.rkt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#lang racket
(provide (all-defined-out))
(provide r8 rax)
(require "stdlib.rkt"
"ast.rkt"
"a86/ast.rkt"
Expand Down

0 comments on commit c9c0b86

Please sign in to comment.