tur 0.1.0

Turing Machine Language - Parser, interpreter, and execution engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "include-v-in-tag": true,
  "packages": {
    ".": {
      "release-type": "rust",
      "component": "tur"
    },
    "platforms/cli": {
      "release-type": "rust",
      "component": "tur-cli"
    },
    "platforms/tui": {
      "release-type": "rust",
      "component": "tur-tui"
    }
  }
}