summaryrefslogtreecommitdiff
path: root/rva.asd
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-20 13:51:28 -0400
committerbd <bdunahu@operationnull.com>2025-03-20 13:51:28 -0400
commit6e338215192c26dfb16236398ca8e3762a8d4d0e (patch)
tree823d7102f43ea5a4b377d5c2cb04a5ec02fb20b7 /rva.asd
parent19d13c8339ee990fba358417a54aa6f1c94c7bca (diff)
Add logic to open file, lex single character symbols, tests
Diffstat (limited to 'rva.asd')
-rw-r--r--rva.asd4
1 files changed, 3 insertions, 1 deletions
diff --git a/rva.asd b/rva.asd
index 65a4262..f3208e5 100644
--- a/rva.asd
+++ b/rva.asd
@@ -14,6 +14,7 @@
:serial t
:components ((:file "package")
(:file "util")
+ (:file "lex")
(:file "main"))))
:long-description
#.(uiop:read-file-string
@@ -33,7 +34,8 @@
:serial t
:components ((:file "package")
(:file "main")
- (:file "util"))))
+ (:file "util")
+ (:file "lex"))))
:perform (test-op (o s) (uiop:symbol-call :rva-tests :test-rva)))
(defmethod asdf:perform ((o asdf:image-op) (c asdf:system))