mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-01 17:30:23 +00:00
The module loader should know what extensions the modules have...
This commit is contained in:
parent
47e6b41384
commit
a62f16d0a9
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user