Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 927 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 927 Bytes

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: