A simple interpreter built in Go 🐹 for a new programming language called ape-script.
$ make help
Choose a command to run in ape:
clean Clean build files. Runs `go clean` internally; removes cp.out
coverage Checks code coverage
fmt Runs gofmt on all source files
install Install missing dependencies. Builds binary in ./bin
test Runs all the tests