Skip to content

Commit 76f6c26

Browse files
committed
Use std lib in parse.
1 parent 3c6ee7d commit 76f6c26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/outlaw/parse.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#lang racket
22
(provide parse parse-define parse-e parse-library)
3-
(require "ast.rkt")
3+
(require "stdlib.rkt" "ast.rkt")
44

55
;; [Listof S-Expr] -> Prog
66
(define (parse s)

0 commit comments

Comments
 (0)