mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +00:00
Remove diagnostic message
This commit is contained in:
parent
0a36d83164
commit
e771b37db2
@ -27,11 +27,7 @@ abstract class MfParser[T](fileId: String, input: String, currentDirectory: Stri
|
||||
|
||||
def allowIntelHexAtomsInAssembly: Boolean
|
||||
|
||||
val enableDebuggingOptions: Boolean = {
|
||||
val x = options.flag(CompilationFlag.EnableInternalTestSyntax)
|
||||
println(s"enableDebuggingOptions = $x")
|
||||
x
|
||||
}
|
||||
val enableDebuggingOptions: Boolean = options.flag(CompilationFlag.EnableInternalTestSyntax)
|
||||
|
||||
def toAst: Parsed[Program] = program.parse(input + "\n\n\n")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user