diff --git a/test-parse-bytecode-5.1.1.rkt b/test-parse-bytecode-5.1.1.rkt index 3375ad2..04f9f20 100644 --- a/test-parse-bytecode-5.1.1.rkt +++ b/test-parse-bytecode-5.1.1.rkt @@ -351,6 +351,12 @@ +#;(parameterize ([current-module-path + "/home/dyoo/local/racket-5.1.1/lib/racket/collects/racket/private/foo.rkt"]) + (run-my-parse/file "/home/dyoo/local/racket-5.1.1/lib/racket/collects/racket/private/for.rkt")) + + + ;(run-zo-parse #'(lambda (x) (* x x))) ;(run-my-parse #'(lambda (x) (* x x))) \ No newline at end of file