Skip to content

Instantly share code, notes, and snippets.

View adam-clark-method's full-sized avatar

Adam Clark adam-clark-method

View GitHub Profile
@dipu-bd
dipu-bd / turing.json
Last active January 13, 2024 00:24
JSON schema for a Turing complete machine
{
"$schema": "http://json-schema.org/schema",
"title": "JSON schema for a turing complete machine",
"type": "object",
"definitions": {
"statement": {
"description": "",
"type": "object",