diff options
Diffstat (limited to 'forth')
| -rw-r--r-- | forth/Makefile | 2 | ||||
| -rw-r--r-- | forth/stepA_mal.fs (renamed from forth/stepA_interop.fs) | 0 | ||||
| -rw-r--r-- | forth/tests/stepA_mal.mal (renamed from forth/tests/stepA_interop.mal) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/forth/Makefile b/forth/Makefile index 400b463..29bf799 100644 --- a/forth/Makefile +++ b/forth/Makefile @@ -1,5 +1,5 @@ SOURCES_BASE = types.fs str.fs reader.fs printer.fs -SOURCES_LISP = env.fs core.fs stepA_interop.fs +SOURCES_LISP = env.fs core.fs stepA_mal.fs SOURCES = $(SOURCES_BASE) $(SOURCES_LISP) .PHONY: stats tests $(TESTS) diff --git a/forth/stepA_interop.fs b/forth/stepA_mal.fs index af5f5d8..af5f5d8 100644 --- a/forth/stepA_interop.fs +++ b/forth/stepA_mal.fs diff --git a/forth/tests/stepA_interop.mal b/forth/tests/stepA_mal.mal index c4a0e75..c4a0e75 100644 --- a/forth/tests/stepA_interop.mal +++ b/forth/tests/stepA_mal.mal |
