Skip to content

Commit

Permalink
Provide label?.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Dec 30, 2024
1 parent 19b9dea commit a98e66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a86/ast.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@

;; See https://github.com/cmsc430/a86/issues/2 for discussion


(provide label?)
(define (label? x)
(and (symbol? x)
(nasm-label? x)
Expand Down

0 comments on commit a98e66d

Please sign in to comment.