Baboon is a toy interpreted scripting language developed in Go, based on the book Writing An Interpreter In Go. All code is covered by unit tests.
- Clone the repository:
git clone https://github.com/bohjak/baboon- Run tests:
./tests- Run REPL:
go run .- Run CLI:
go run . -h