KiraFlux/HelloWorld
This is my personal project for learning the Zig programming language
This is my personal project for learning the Zig programming language by building a mathematical expression interpreter.
I'm exploring Zig by building a practical expression evaluator with reverse Polish notation (RPN). The goal is to understand Zig's features like comptime, manual memory management, and error handling through hands-on implementation.
zig build test
main.zig - Entry point and testsCalculator.zig - Expression evaluatorstack.zig - Static buffer stack implementationI'm learning Zig because it offers the simplicity and control I wanted in a systems programming language. This project represents my hands-on approach to understanding Zig's unique features and design philosophy.