Skip to content

Turing complete?

Pre-release
Pre-release

Choose a tag to compare

@dwysocki dwysocki released this 13 Nov 05:12
· 37 commits to master since this release

An impressive subset of the language is now implemented, enough that I believe it is now turing complete.

The features include:

  • if/while/print
  • arithmetic/logic operators
  • local assignment and referencing
  • object instantiation
  • calling functions of no arguments