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