Create base for CLI
This commit is contained in:
@@ -20,6 +20,5 @@ interface Environment {
|
||||
fun setVariable(name: String, value: Value)
|
||||
fun getVariable(name: String): Value
|
||||
fun dispose()
|
||||
|
||||
fun getRootModule(): Module
|
||||
}
|
||||
Reference in New Issue
Block a user