gthvn1/zanzibar
🐵 An interpreter of Monkey lang in Zig 🦎
The Zanzibar Red Colobus is a monkey endemic to Unguja, the main island of the Zanzibar Archipelago. The name was chosen by reference to Monkeylang. And as you probably notice its name starts with a 'Z' and its a reference to Ziglang.
Monkey is a programming language that you can build yourself by reading through Writing An Interpreter In Go and Writing A Compiler In Go. So let's give it a try...
Thus Zanzibar is an implementation of Monkey in Zig
zig build run
zig test src/lexer.zig