Skip to content

Releases: krisluczka/zsk

23.0

29 Jul 18:20
Compare
Choose a tag to compare

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