diff options
| author | Joel Martin <github@martintribe.org> | 2015-02-28 11:09:54 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-02-28 11:09:54 -0600 |
| commit | 90f618cbe7ac7740accf501a75be6972bd95be1a (patch) | |
| tree | 33a2a221e09f012a25e9ad8317a95bae6ffe1b08 /ocaml | |
| parent | 699f0ad23aca21076edb6a51838d879ca580ffd5 (diff) | |
| download | mal-90f618cbe7ac7740accf501a75be6972bd95be1a.tar.gz mal-90f618cbe7ac7740accf501a75be6972bd95be1a.zip | |
All: rename stepA_interop to stepA_mal
Also, add missed postscript interop tests.
Diffstat (limited to 'ocaml')
| -rw-r--r-- | ocaml/Makefile | 6 | ||||
| -rw-r--r-- | ocaml/stepA_mal.ml (renamed from ocaml/stepA_interop.ml) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ocaml/Makefile b/ocaml/Makefile index 71c7e6b..9245dd5 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -1,6 +1,6 @@ STEPS = step0_repl.ml step1_read_print.ml step2_eval.ml step3_env.ml \ step4_if_fn_do.ml step5_tco.ml step6_file.ml step7_quote.ml \ - step8_macros.ml step9_try.ml stepA_interop.ml + step8_macros.ml step9_try.ml stepA_mal.ml MODULES = types.ml reader.ml printer.ml env.ml core.ml LIBS = str.cmxa unix.cmxa MAL_LIB = mal_lib.cmxa @@ -28,10 +28,10 @@ $(STEP_BINS): %: %.ml $(MAL_LIB) clean: rm -f $(STEP_BINS) mal mal_lib.* *.cmo *.cmx *.cmi *.o -stats: $(MODULES) stepA_interop.ml +stats: $(MODULES) stepA_mal.ml @wc $^ -stats-lisp: env.ml core.ml stepA_interop.ml +stats-lisp: env.ml core.ml stepA_mal.ml @wc $^ .PHONY: all repl clean stats stats-lisp diff --git a/ocaml/stepA_interop.ml b/ocaml/stepA_mal.ml index 1aab28a..1aab28a 100644 --- a/ocaml/stepA_interop.ml +++ b/ocaml/stepA_mal.ml |
