Project restructuring to support the new direction
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
(define-module (scmvm)
|
||||
#:use-module (scmvm vm)
|
||||
#:use-module (scmvm assembler)
|
||||
#:use-module (scmvm debugger)
|
||||
#:use-module (ice-9 ports)
|
||||
#:export (read-all-instructions instructions-from-file))
|
||||
#:export (read-all-instructions
|
||||
instructions-from-file))
|
||||
|
||||
(define (read-all-instructions)
|
||||
(let ([inst (read)])
|
||||
|
||||
Reference in New Issue
Block a user