{"id":28174559,"url":"https://github.com/sanelli/turing","last_synced_at":"2026-04-09T18:54:22.765Z","repository":{"id":229915737,"uuid":"775886486","full_name":"sanelli/turing","owner":"sanelli","description":"Collection of Turing machine emulators for various languages (Go, C#, Python, C++, Pascal, Ada, C, D)","archived":false,"fork":false,"pushed_at":"2025-01-26T19:05:36.000Z","size":128,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T20:19:13.034Z","etag":null,"topics":["ada","c","cpp","csharp","dlang","golang","pascal","python","turing-machine","turing-machine-simulator"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanelli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-22T08:40:25.000Z","updated_at":"2024-11-14T22:59:39.000Z","dependencies_parsed_at":"2024-03-29T10:23:55.835Z","dependency_job_id":"225b552f-1a36-45d4-bd3e-63afce7bd799","html_url":"https://github.com/sanelli/turing","commit_stats":null,"previous_names":["sanelli/turing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanelli%2Fturing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanelli%2Fturing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanelli%2Fturing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanelli%2Fturing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanelli","download_url":"https://codeload.github.com/sanelli/turing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254430298,"owners_count":22069909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ada","c","cpp","csharp","dlang","golang","pascal","python","turing-machine","turing-machine-simulator"],"created_at":"2025-05-15T22:16:40.624Z","updated_at":"2025-10-08T05:40:36.068Z","avatar_url":"https://github.com/sanelli.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# turing\nCollection of [Turing machine](https://en.wikipedia.org/wiki/Turing_machine) interpreters written in various languages.\n\n## Prerequisities\nPrerequisites can be validated by running the `Check.ps1` script, possibly with a list of languages to validate. If the parameter `-Languages` is not provided then all supported languages are cheked. In case of failures will provide a set of links to follow to help with the installation.\n```powershell\n./Scripts/Check.ps1\n./Scripts/Check.ps1 -Languages:$(\"csharp\", \"python\", \"cpp\")\n```\n\n### [C#](https://github.com/sanelli/turing/tree/main/csharp)\n- [dotnet](https://dotnet.microsoft.com) 8\n\n### [Python](https://github.com/sanelli/turing/tree/main/python)\n- [python](https://www.python.org) 3.11.5\n\n### [C++](https://github.com/sanelli/turing/tree/main/cpp)\n- [CMake](https://cmake.org) 3.27\n- C++ 20 compiler (the script does not validate this as too many variations exists)\n\n### [Go](https://github.com/sanelli/turing/tree/main/go)\n- [Go](https://go.dev) 1.21.3\n\n### [Pascal](https://github.com/sanelli/turing/tree/main/pascal)\n- [Free pascal](https://www.freepascal.org) 3.2\n\n### [Ada](https://github.com/sanelli/turing/tree/main/ada)\n- [Alire](https://alire.ada.dev) 2.0\n\n### [C](https://github.com/sanelli/turing/tree/main/c)\n- [CMake](https://cmake.org) 3.27\n- C17 compiler (the Check.ps1 does not validate this)\n\n### [D](https://github.com/sanelli/brainfuck/tree/main/d)\n- [Dub](https://dub.pm) 1.37.0\n- [dmd](https://dlang.org) 2.108.1\n\n### [Rust](https://github.com/sanelli/brainfuck/tree/main/rust)\n- [cargo](https://www.rust-lang.org) 1.84.0\n- [rustc](https://www.rust-lang.org) 1.84.0\n\n## Compile and test\n```powershell\n./Scripts/Build.ps1       # Build all the executable\n./Scripts/Substitute.ps1  # Execute the substitute turing machine sample\n./Scripts/Test.ps1        # Run all the tests\n```\n\nEach script accepts a `-Language` parameter with a list of languages:\n```powershell\n./Scripts/Build.ps1 -Languages:$(\"csharp\", \"python\", \"cpp\")\n./Scripts/Substitute.ps1 -Languages:$(\"csharp\", \"cpp\")\n./Scripts/Test.ps1 -Languages:$(\"cpp\")\n```\n\n## Screenshots\n\u003cimg width=\"682\" alt=\"image\" src=\"https://github.com/sanelli/turing/assets/2866041/045c58a0-ebc1-4e46-85f9-02d858bb99ac\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanelli%2Fturing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanelli%2Fturing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanelli%2Fturing/lists"}