diff options
author | bd <bdunahu@operationnull.com> | 2025-03-20 13:51:28 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-20 13:51:28 -0400 |
commit | 6e338215192c26dfb16236398ca8e3762a8d4d0e (patch) | |
tree | 823d7102f43ea5a4b377d5c2cb04a5ec02fb20b7 /rva.asd | |
parent | 19d13c8339ee990fba358417a54aa6f1c94c7bca (diff) |
Add logic to open file, lex single character symbols, tests
Diffstat (limited to 'rva.asd')
-rw-r--r-- | rva.asd | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)) |