go-tsc Description Port of The Super Tiny Compiler written in Go Usage go get -u github.com/ndrewnee/go-stc/... stc "(add 10 (subtract 10 6))" # Output: add(10, subtract(10, 6)); Tests cd $GOPATH/src/github.com/ndrewnee/go-stc go test ./...