minilisp in Zig For learning purpose. This is a zig implementation of Rui's minilisp. Build and Test To build and run the project, use: zig build run To run tests, execute: zig build test