Skip to content

Commit

Permalink
trying to get the teach.rkt file working
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Yoo committed Sep 19, 2011
1 parent 7cf22f4 commit 8306563
Show file tree
Hide file tree
Showing 3 changed files with 3,138 additions and 0 deletions.
26 changes: 26 additions & 0 deletions cs019/cs019.rkt
Expand Up @@ -24,6 +24,32 @@





;; advanced-define
;; advanced-lambda
;; advanced-app
;; advanced-set! advanced-set!-continue
;; advanced-when
;; advanced-unless
;; advanced-define-struct
;; advanced-define-datatype
;; advanced-let
;; advanced-recur
;; advanced-begin
;; advanced-begin0
;; advanced-case
;; advanced-match
;; advanced-shared
;; advanced-delay








(define-for-syntax (local-expand-for-error stx ctx stops)
;; This function should only be called in an 'expression
;; context. In case we mess up, avoid bogus error messages.
Expand Down

0 comments on commit 8306563

Please sign in to comment.