{"id":18816120,"url":"https://github.com/orionw/byucs236","last_synced_at":"2026-06-29T11:31:23.336Z","repository":{"id":89167183,"uuid":"151412903","full_name":"orionw/BYUCS236","owner":"orionw","description":"A interpreter for the Datalog Language - made for CS236 at BYU","archived":false,"fork":false,"pushed_at":"2018-12-16T17:21:58.000Z","size":12490,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-11T08:15:50.444Z","etag":null,"topics":["byu","c-plus-plus","database","datalog-language"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orionw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-10-03T12:58:12.000Z","updated_at":"2024-04-12T03:30:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"f30dd257-0730-4646-987f-7dab8db82915","html_url":"https://github.com/orionw/BYUCS236","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/orionw/BYUCS236","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orionw%2FBYUCS236","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orionw%2FBYUCS236/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orionw%2FBYUCS236/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orionw%2FBYUCS236/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orionw","download_url":"https://codeload.github.com/orionw/BYUCS236/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orionw%2FBYUCS236/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34925718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":["byu","c-plus-plus","database","datalog-language"],"created_at":"2024-11-07T23:52:33.244Z","updated_at":"2026-06-29T11:31:23.317Z","avatar_url":"https://github.com/orionw.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BYUCS236\nA interpreter for the Datalog Language - made for CS236 at BYU\n\nDetails on the individual labs are found on the website at:\nhttps://cswiki.cs.byu.edu/cs-236/projects\n\nI have tagged in the releases the final version of each lab.  Each tag/release also contains the zip file for the code that I used to pass of the lab.  \n\nPlease note that the most recent commits were an experimental change to the lab and do not reflect the most complete project - see Lab5Done tag for the most complete code.\n\nAn example testcase of the Datalog language is:\n```\nSchemes:\n    f(A,B)\n    g(C,D)\n    r(E,F)\n\nFacts:\n    f('1','2').\n    f('4','3').\n    g('3','2').\n    r('1','4').\n    r('2','5').\n    r('3','5').\n    r('4','1').\n \nRules:\n    r(A,B) :- f(A,X),g(B,X).\n    f(C,D) :- r(D,C).\n    g(E,F) :- f(E,X),r(X,F).\n\nQueries:\n    f('3',Z)?\n    r(Y,'3')?\n    f(W,X)?\n```\n    \n    \nFor more test cases and examples on the individual labs see https://faculty.cs.byu.edu/~barker/cs236/tests/tests.php.\n\nFor a sample test case driver, in case you'd like to run multiple tests at once see https://github.com/JustBrenkman/cs236_testbench\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forionw%2Fbyucs236","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forionw%2Fbyucs236","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forionw%2Fbyucs236/lists"}