summaryrefslogtreecommitdiff
path: root/rva.asd
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-09 20:25:57 -0400
committerbd <bdunahu@operationnull.com>2025-04-09 20:25:57 -0400
commitce80845b5cb5b473327e4e561342490576d83a90 (patch)
tree90f7189982384c2e4de2f58a3f2daac4adf80514 /rva.asd
parent6ba1871c3825e17d33b96ffd3051239dfe18d61a (diff)
Successfully parse every instruction type
Diffstat (limited to 'rva.asd')
-rw-r--r--rva.asd4
1 files changed, 1 insertions, 3 deletions
diff --git a/rva.asd b/rva.asd
index dd904fb..9271472 100644
--- a/rva.asd
+++ b/rva.asd
@@ -15,8 +15,7 @@
:serial t
:components ((:file "package")
(:file "util")
- (:file "lex")
- (:file "parse")
+ (:file "parse")
(:file "main"))))
:long-description
#.(uiop:read-file-string
@@ -37,7 +36,6 @@
:components ((:file "package")
(:file "main")
(:file "util")
- (:file "lex")
(:file "parse"))))
:perform (test-op (o s) (uiop:symbol-call :rva-tests :test-rva)))