Skip to content

Commit 244e7fb

Browse files
committed
Fix semantics import for hustle
1 parent f3f9848 commit 244e7fb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

www/notes/fraud.scrbl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
"ev.rkt"
1111
"../utils.rkt")
1212

13-
14-
1513
@(define codeblock-include (make-codeblock-include #'h))
1614

1715
@(ev '(require rackunit a86))
18-
@(ev `(current-directory ,(path->string (build-path notes "fraud"))))
16+
@(ev `(current-directory ,(path->string (build-path notes "hustle"))))
1917
@(void (ev '(with-output-to-string (thunk (system "make runtime.o")))))
2018
@(for-each (λ (f) (ev `(require (file ,f))))
21-
'("interp.rkt" "compile.rkt" "ast.rkt" "parse.rkt" "types.rkt" "translate.rkt"))
19+
'("interp.rkt" "compile.rkt" "ast.rkt" "parse.rkt" "types.rkt"))
2220

2321

2422
@(define this-lang "Fraud")

0 commit comments

Comments
 (0)