1e1195e27a11 — Nathan Michaels 1 year, 2 months ago
Example code for RPN calculator.

The Python code is actually runnable both interactively and as a
command line calculator. The Zig code doesn't bother with stdin or
stdout, and just has tests that push values around.