{"id":16009402,"url":"https://github.com/fwcd/swift-prolog","last_synced_at":"2025-09-01T08:03:26.161Z","repository":{"id":98826746,"uuid":"244738305","full_name":"fwcd/swift-prolog","owner":"fwcd","description":"Lightweight Prolog interpreter in pure Swift","archived":false,"fork":false,"pushed_at":"2021-05-13T01:19:24.000Z","size":60,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T19:13:38.645Z","etag":null,"topics":["prolog","swift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/fwcd.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":"2020-03-03T20:46:31.000Z","updated_at":"2023-06-02T16:25:39.000Z","dependencies_parsed_at":"2023-05-25T16:30:33.749Z","dependency_job_id":null,"html_url":"https://github.com/fwcd/swift-prolog","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fwcd/swift-prolog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-prolog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-prolog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-prolog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-prolog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/swift-prolog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fswift-prolog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273092910,"owners_count":25044435,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["prolog","swift"],"created_at":"2024-10-08T13:01:57.118Z","updated_at":"2025-09-01T08:03:26.137Z","avatar_url":"https://github.com/fwcd.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prolog Interpreter for Swift\n\n[![Linux](https://github.com/fwcd/swift-prolog/workflows/Linux/badge.svg)](https://github.com/fwcd/swift-prolog/actions)\n\nA lightweight Prolog interpreter written in pure Swift.\n\nThis project includes a library for combinatory parsing.\n\n## Example\nThe following example showcases list concatenation in Prolog:\n\n```prolog\n?- :l Examples/list.pl\nSuccessfully loaded 4 rules\n?- concat(cons(a, cons(b, empty)), cons(c, empty), L).\n{L -\u003e cons(a, cons(b, cons(c, empty)))}\n```\n\n## Requirements\n* Swift 5.0\n\n## Building\nRun `swift build`.\n\n## Testing\nRun `swift test`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fswift-prolog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fswift-prolog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fswift-prolog/lists"}