Reorder loading of high-level.lisp

This commit is contained in:
John Lorentzson 2025-06-21 21:02:58 +02:00
parent 61ea8b3773
commit 4011e3b0db

View file

@ -10,8 +10,8 @@
(:file "symbol-table")
(:file "tokenizer")
(:file "asm-function")
(:file "high-level")
(:file "parser")
(:file "label")
(:file "high-level")
(:file "instruction")
(:file "s-print")))