Reorder loading of high-level.lisp
This commit is contained in:
parent
61ea8b3773
commit
4011e3b0db
1 changed files with 1 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue