Skip to content

beeceej/iGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iGo - a Go interpreter, written in Go

Build Status Go Report Card

Docker Build

TAG=latest make image

Docker Usage

λ docker run --rm -d -p 9999:9999 beeceej/igo:latest
λ docker run --network host beeceej/igo:latest "igoclient 'func hi() string { return \"Hello\"}'"

Supported

  • Function Parsing
    • Single Function parsing
    • Multiple Function parsing at a time
  • Expressions
    • Calling built in functions
    • Calling user defined functions

Follow the development of iGo here:

About

Go Interpreter written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published