An open API service indexing awesome lists of open source software.

https://github.com/dylanlott/stax

stax is a simple stack machine implementation
https://github.com/dylanlott/stax

Last synced: 12 months ago
JSON representation

stax is a simple stack machine implementation

Awesome Lists containing this project

README

          

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 ./...`