Skip to content

Acnologla/interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interpreter

Interpreter for acnolang

Example usage

package main
import "github.com/acnologla/interpreter"

func main(){
  interpreter.Run("print('Hello world')", map[string]interface{}{})
}

More examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages