{"id":15705747,"url":"https://github.com/tetsuo-cpp/onward","last_synced_at":"2025-03-30T15:44:11.308Z","repository":{"id":154780563,"uuid":"439595212","full_name":"tetsuo-cpp/onward","owner":"tetsuo-cpp","description":"A C++ implementation of the Forth programming language","archived":false,"fork":false,"pushed_at":"2021-12-26T01:49:19.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T17:18:09.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tetsuo-cpp.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":"2021-12-18T11:14:52.000Z","updated_at":"2022-03-06T18:24:44.000Z","dependencies_parsed_at":"2023-05-20T17:45:10.948Z","dependency_job_id":null,"html_url":"https://github.com/tetsuo-cpp/onward","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"5c1bb94e4d4e7f8555dae0cffb5f9ae7fcf4bb3a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetsuo-cpp%2Fonward","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetsuo-cpp%2Fonward/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetsuo-cpp%2Fonward/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetsuo-cpp%2Fonward/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tetsuo-cpp","download_url":"https://codeload.github.com/tetsuo-cpp/onward/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246342715,"owners_count":20761938,"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":[],"created_at":"2024-10-03T20:19:34.920Z","updated_at":"2025-03-30T15:44:11.285Z","avatar_url":"https://github.com/tetsuo-cpp.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# onward\n\nA C++ implementation of the Forth programming language\n\n## Build\n\n```sh\n# Clone repository\ngit clone https://github.com/tetsuo-cpp/onward.git\ncd onward/\n\n# Configure CMake\ncmake -B build/ -S .\n\n# Build\ncmake --build build/ -j\n\n# Run interpreter in interactive mode\n./build/tools/onward\n\n# Run interpreter on FORTH script\n./build/tools/onward [file]\n```\n\n## Features\n\n```forth\nONWARD\u003e 1 2\nONWARD\u003e +\nONWARD\u003e .\n3\nONWARD\u003e : add-five 5 + ;\nONWARD\u003e 10\nONWARD\u003e add-five\nONWARD\u003e .s\n[15]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetsuo-cpp%2Fonward","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetsuo-cpp%2Fonward","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetsuo-cpp%2Fonward/lists"}