Introduce basic error handling
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package io.smnp
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
import io.smnp.interpreter.DefaultInterpreter
|
||||
import java.io.File;
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val interpreter = DefaultInterpreter()
|
||||
interpreter.run(File("/home/bartek/Developent/SMNP-Kotlin/examples/scratchpad.mus"))
|
||||
}
|
||||
Reference in New Issue
Block a user