aboutsummaryrefslogtreecommitdiff
path: root/racket
diff options
context:
space:
mode:
Diffstat (limited to 'racket')
-rw-r--r--racket/Makefile2
-rwxr-xr-xracket/stepA_mal.rkt (renamed from racket/stepA_interop.rkt)0
2 files changed, 1 insertions, 1 deletions
diff --git a/racket/Makefile b/racket/Makefile
index a472c2f..01cb12a 100644
--- a/racket/Makefile
+++ b/racket/Makefile
@@ -1,5 +1,5 @@
SOURCES_BASE = types.rkt reader.rkt printer.rkt
-SOURCES_LISP = env.rkt core.rkt stepA_interop.rkt
+SOURCES_LISP = env.rkt core.rkt stepA_mal.rkt
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
all:
diff --git a/racket/stepA_interop.rkt b/racket/stepA_mal.rkt
index 9b816cb..9b816cb 100755
--- a/racket/stepA_interop.rkt
+++ b/racket/stepA_mal.rkt