diff options
author | bd <bdunahu@operationnull.com> | 2025-04-09 20:25:57 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-09 20:25:57 -0400 |
commit | ce80845b5cb5b473327e4e561342490576d83a90 (patch) | |
tree | 90f7189982384c2e4de2f58a3f2daac4adf80514 /rva.asd | |
parent | 6ba1871c3825e17d33b96ffd3051239dfe18d61a (diff) |
Successfully parse every instruction type
Diffstat (limited to 'rva.asd')
-rw-r--r-- | rva.asd | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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))) |