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
- Host: GitHub
- URL: https://github.com/dylanlott/stax
- Owner: dylanlott
- Created: 2022-11-23T18:53:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T18:54:06.000Z (over 3 years ago)
- Last Synced: 2025-03-24T21:19:53.906Z (about 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ./...`