From 6e338215192c26dfb16236398ca8e3762a8d4d0e Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 20 Mar 2025 13:51:28 -0400 Subject: Add logic to open file, lex single character symbols, tests --- rva.asd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rva.asd') 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)) -- cgit v1.2.3