summaryrefslogtreecommitdiff
path: root/rva.asd
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-07 23:58:29 -0400
committerbd <bdunahu@operationnull.com>2025-04-07 23:58:29 -0400
commit0fe2cc70abacc7c9e7aa2602836c8226bb1a1dc3 (patch)
tree6d0b35edad95195221e55c976d944d19c46e6a58 /rva.asd
parent1ba3929b633b35a2131960b5344359478594626a (diff)
Add label processing, mnemonic and label lookup maps
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 75300a8..7fdb00b 100644
--- a/rva.asd
+++ b/rva.asd
@@ -16,6 +16,7 @@
:components ((:file "package")
(:file "util")
(:file "lex")
+ (:file "parse")
(:file "main"))))
:long-description
#.(uiop:read-file-string
@@ -36,7 +37,8 @@
:components ((:file "package")
(:file "main")
(:file "util")
- (:file "lex"))))
+ (:file "lex")
+ (:file "parse"))))
:perform (test-op (o s) (uiop:symbol-call :rva-tests :test-rva)))
(defmethod asdf:perform ((o asdf:image-op) (c asdf:system))