/stax

stax is a simple stack machine implementation

Primary LanguageGo

stax

stax is a toy stack machine I built while working on building tiny libraries. this is part of my ongoing effort to build projects from first principles approaches to deeply and fundamentally understand things that I work with frequently.

To run the tests: go test -v -race ./...