0.0.17-alpha • Published 8 months ago

@bitblit/fabler v0.0.17-alpha

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

Fabler

Fabler is a public-domain Z-machine implementation written in Typescript.

Current state

THIS CODE ISNT READY YET. DONT FORK IT, DONT READ IT, DONT USE IT

Authorship

This code is heavily (like, REALLY heavily. Like, they did all the hard parts and I just messed around with adding typing) taken from https://github.com/DLehenbauer/jszm , which itself is taken from the jszm v2.0.2 by zzo38. While no official license statement is in the original source, it does state the it is in the "public domain", which for these purposes I am treating as at least as open as the MIT licence. If it turns out I am wrong about this, and you are one of the upstream authors, please contact me and we'll get it resolved immediately.

While jszm relies heavily on generators, for the most part I have switched things over to classes and promises. To a certain extent, this is just a matter of taste - generators essentially allow you to memoize the state of a stream within the function. Since I'm wrapping the whole thing up in a class that itself can have state (and share it between the various implementation functions) the generator paradigm does less for me... And I really wanted to make the various functions async so that I could do some more interesting things with them. If you are someone who really likes generators it's not THAT hard to switch them back - I may end up writing an adapter class one of these days.

0.0.17-alpha

8 months ago

0.0.16-alpha

8 months ago

0.0.15-alpha

8 months ago

0.0.14-alpha

8 months ago

0.0.13-alpha

8 months ago

0.0.12-alpha

8 months ago

0.0.11-alpha

8 months ago

0.0.10-alpha

8 months ago

0.0.9-alpha

8 months ago

0.0.8-alpha

8 months ago

0.0.7-alpha

8 months ago

0.0.6-alpha

8 months ago

0.0.5-alpha

8 months ago