summaryrefslogtreecommitdiff
path: root/cl-forth.asd
diff options
context:
space:
mode:
authormRnea <akannemre@gmail.com>2024-08-09 15:01:12 +0300
committermRnea <akannemre@gmail.com>2024-08-09 15:01:12 +0300
commit9f9956e8893f16f4bc4b261597e03877830d1c6f (patch)
treec04d720b6ee87e2e7cfe1971b663a86bf215a039 /cl-forth.asd
parente7b5f4fec78a09cc3ad8cf23e1f5a9b63638e187 (diff)
added interpreter again
Diffstat (limited to 'cl-forth.asd')
-rw-r--r--cl-forth.asd1
1 files changed, 1 insertions, 0 deletions
diff --git a/cl-forth.asd b/cl-forth.asd
index 455a735..f192b5e 100644
--- a/cl-forth.asd
+++ b/cl-forth.asd
@@ -9,6 +9,7 @@
(:file "util")
(:file "assembly")
(:file "cl-forth")
+ (:file "simulation")
(:file "main")
(:file "test/tests"))
:build-operation "program-op"