{"id":19901229,"url":"https://github.com/rbaltrusch/cpp-natscript","last_synced_at":"2025-03-01T07:14:46.199Z","repository":{"id":134139643,"uuid":"426393601","full_name":"rbaltrusch/cpp-natscript","owner":"rbaltrusch","description":"C++ translation of Natscript interpreter previously implemented in Python.","archived":false,"fork":false,"pushed_at":"2022-12-04T11:07:48.000Z","size":147,"stargazers_count":1,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T21:13:37.048Z","etag":null,"topics":["cpp","custom-interpreted-language","custom-language","interpreter","programming-language","programming-languages"],"latest_commit_sha":null,"homepage":"","language":"C++","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/rbaltrusch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-11-09T21:34:31.000Z","updated_at":"2023-12-20T10:04:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e8cecb0-596a-41c2-a1cd-75800838417d","html_url":"https://github.com/rbaltrusch/cpp-natscript","commit_stats":null,"previous_names":["rbaltrusch/cpp-natscript"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fcpp-natscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fcpp-natscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fcpp-natscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Fcpp-natscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbaltrusch","download_url":"https://codeload.github.com/rbaltrusch/cpp-natscript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329418,"owners_count":19944985,"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":["cpp","custom-interpreted-language","custom-language","interpreter","programming-language","programming-languages"],"created_at":"2024-11-12T20:14:26.240Z","updated_at":"2025-03-01T07:14:46.181Z","avatar_url":"https://github.com/rbaltrusch.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](https://opensource.org/licenses/MIT)\n\n# C++ implementation of Natscript Interpreter\nC++ translation of Natscript interpreter previously implemented in Python.\n\nNatscript is a custom interpreted language currently under development, which is to be very close to natural English.\n\n## Getting started\n\nTo get a copy of this repository, simply open up git bash in an empty folder and use the command:\n\n\t\t$ git clone https://github.com/rbaltrusch/cpp_interpreter\n\nTo run the interpreter, run src/main.cpp. At the moment, it is configured to only parse in and interpret file contents, rather than an interactive console.\n\n## Documentation\n\n### Available commands\n\nA list of the currently available Natscript commands will be found in the [wiki](https://github.com/rbaltrusch/cpp_interpreter/wiki).\n\nAvailable functionality includes variables, conditionals, function and lambda definitions, as well as scope and nesting.\n\n### Examples\n\nExamples can be found [here](https://github.com/rbaltrusch/cpp_interpreter/tree/master/examples).\n\n### Tutorials\n\nTutorials will be written once more commands are supported by Natscript.\n\n## Setup\n\nWritten in C++17 using VS Code, g++ v11.2.0.\n\n## Python\n\nThe python implementation of this interpreter can be found [here](https://github.com/rbaltrusch/python_interpreter).\n\n## License\n\nThis repository is open-source software available under the [MIT license](https://github.com/rbaltrusch/cpp_interpreter/blob/master/LICENSE).\n\n## Contact\n\nPlease raise an issue for code changes. To reach out, please send an email to richard@baltrusch.net.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Fcpp-natscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbaltrusch%2Fcpp-natscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Fcpp-natscript/lists"}