This language is based upon the knowledge I gained by reading the books Writing an Interpreter in Go and Writing a Compiler in Go by Thorsten Ball.
git clone https://github.com/adityjhaa/hippo.git
cd hippo
go mod init hippo
go mod tidy
go run main.go