Skip to content

Releases: zkry/asm-blox

v0.4.1

20 Dec 17:18
5517efb
Compare
Choose a tag to compare

This release contains a minor fix in the definition of the sequence peak detector puzzle.

v0.4.0: new puzzles, completion, puzzle config fixes, better docs

12 Nov 00:53
374d970
Compare
Choose a tag to compare

This PR introduces new puzzles, eldoc support, completion, various bug fixes, and improved documentation.

Special thanks to @nanomonkey for contributing puzzle fixes and play-testing the game!

v0.3.0: deprecating YAML

25 Jul 13:10
Compare
Choose a tag to compare

This release adds a new syntax for writing blocks which is cleaner with some bug fixes.

(module stack
 :size 10
 :input-ports (left)
 :output-port right)