DaveTCode / zmachine-golang

A Z-Machine interpreter written in golang specifically to learn a little about golang and because it's fun
MIT License
0 stars 0 forks source link

Implement output streams to the point where we can pass the praxix tests around memory streams #3

Closed DaveTCode closed 1 month ago

DaveTCode commented 1 month ago

image

DaveTCode commented 1 month ago

Praxix tests for memory streams passing (streamtrip and streamop)

image