We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f9848 commit 244e7fbCopy full SHA for 244e7fb
1 file changed
www/notes/fraud.scrbl
@@ -10,15 +10,13 @@
10
"ev.rkt"
11
"../utils.rkt")
12
13
-
14
15
@(define codeblock-include (make-codeblock-include #'h))
16
17
@(ev '(require rackunit a86))
18
-@(ev `(current-directory ,(path->string (build-path notes "fraud"))))
+@(ev `(current-directory ,(path->string (build-path notes "hustle"))))
19
@(void (ev '(with-output-to-string (thunk (system "make runtime.o")))))
20
@(for-each (λ (f) (ev `(require (file ,f))))
21
- '("interp.rkt" "compile.rkt" "ast.rkt" "parse.rkt" "types.rkt" "translate.rkt"))
+ '("interp.rkt" "compile.rkt" "ast.rkt" "parse.rkt" "types.rkt"))
22
23
24
@(define this-lang "Fraud")
0 commit comments