Skip to content

Commit f279afe

Browse files
committed
Add translate.rkt to import list
1 parent d89f348 commit f279afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/fraud.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@(ev `(current-directory ,(path->string (build-path notes "hustle"))))
1717
@(void (ev '(with-output-to-string (thunk (system "make runtime.o")))))
1818
@(for-each (λ (f) (ev `(require (file ,f))))
19-
'("interp.rkt" "compile.rkt" "ast.rkt" "parse.rkt" "types.rkt"))
19+
'("interp.rkt" "compile.rkt" "ast.rkt" "parse.rkt" "types.rkt" "translate.rkt"))
2020

2121

2222
@(define this-lang "Fraud")

0 commit comments

Comments
 (0)