From 3eeebe73826906b1c598d5e5d207bfee936ed315 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 10 Apr 2025 01:23:38 -0400 Subject: Messy data section --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.lisp') diff --git a/src/main.lisp b/src/main.lisp index be9f69a..9692603 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -38,7 +38,7 @@ _/_/ _/_/ " (error "The file is not an asm source code file.~%")) (t (let ((str (uiop:read-file-string file))) (if str - (progn (pprint (esrap:parse 'parse:text (string-upcase str))) + (progn (pprint (esrap:parse 'parse:str->ast (string-upcase str))) (terpri) (maphash #'(lambda (k v) (format t "~A => ~A~%" k v)) util:label-table) (format t "---~%")) -- cgit v1.2.3