Skip to content

23.0

Latest
Compare
Choose a tag to compare
@krisluczka krisluczka released this 29 Jul 18:20
· 6 commits to master since this release

First release of zsk esoteric language. The design follows the sense of a turing machine, including:

  • program structure
  • stack operations
  • string operations
  • mathematical operations
  • conditional instructions
  • loops