mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-07 12:25:40 +00:00
The module loader should know what extensions the modules have...
This commit is contained in:
@@ -16,7 +16,7 @@ class SourceLoadingQueue(val initialFilenames: List[String], val includePath: Li
|
||||
|
||||
private val parsedModules = mutable.Map[String, Program]()
|
||||
private val moduleQueue = mutable.Queue[() => Unit]()
|
||||
val extension: String = ".ml"
|
||||
val extension: String = ".mfk"
|
||||
|
||||
|
||||
def run(): Program = {
|
||||
|
Reference in New Issue
Block a user