Skip to content

Commit 79ce8a0

Browse files
committed
Update notes for Ziggy hoax and loot.
1 parent 47a3327 commit 79ce8a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

www/notes/hoax.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ and strings with strings (what a surprise!):
111111

112112
The @this-lang interpreter is essentially the same as for Hustle,
113113
although with the addition of ternary primitives, plus an extension of
114-
the @racket[interp-prims] module:
114+
the @racket[interp-prim] module:
115115

116-
@codeblock-include["hoax/interp-prims.rkt"]
116+
@codeblock-include["hoax/interp-prim.rkt"]
117117

118118
Vectors are easy to model in the interpreter because we can rely on
119119
vectors in the meta-level of Racket.

www/notes/loot.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ the Y-combinator:
422422

423423

424424
@ex[
425-
(define (run . p) (interp (parse p)))
425+
(define (run . p) (interp (apply parse p)))
426426

427427
(run
428428
'(λ (t)

0 commit comments

Comments
 (0)