diff options
author | mRnea <[email protected]> | 2024-08-09 15:01:12 +0300 |
---|---|---|
committer | mRnea <[email protected]> | 2024-08-09 15:01:12 +0300 |
commit | 9f9956e8893f16f4bc4b261597e03877830d1c6f (patch) | |
tree | c04d720b6ee87e2e7cfe1971b663a86bf215a039 /cl-forth.asd | |
parent | e7b5f4fec78a09cc3ad8cf23e1f5a9b63638e187 (diff) |
added interpreter again
Diffstat (limited to 'cl-forth.asd')
-rw-r--r-- | cl-forth.asd | 1 |
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" |