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
- As easy as
zig build run
- We will visit
- Lexer islang:
zig test src/lexer.zig
- Parser islang
- AST islang
- IOS islang also known as Internal Object System islang
- Evaluator islang
- Lexer islang: