Interpreter for acnolang
package main
import "github.com/acnologla/interpreter"
func main(){
interpreter.Run("print('Hello world')", map[string]interface{}{})
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
Interpreter for acnolang
package main
import "github.com/acnologla/interpreter"
func main(){
interpreter.Run("print('Hello world')", map[string]interface{}{})
}