{"id":22533281,"url":"https://github.com/safememoryzone/propl-solver","last_synced_at":"2025-03-28T05:42:26.899Z","repository":{"id":263308190,"uuid":"889455283","full_name":"SafeMemoryZone/propl-solver","owner":"SafeMemoryZone","description":"Simple propositioal logic solver that outputs a truth table for terms.","archived":false,"fork":false,"pushed_at":"2024-11-19T14:02:23.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T06:28:55.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/SafeMemoryZone.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":"2024-11-16T12:36:10.000Z","updated_at":"2024-11-19T14:02:28.000Z","dependencies_parsed_at":"2024-11-18T01:01:50.977Z","dependency_job_id":null,"html_url":"https://github.com/SafeMemoryZone/propl-solver","commit_stats":null,"previous_names":["safememoryzone/propl-solver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafeMemoryZone%2Fpropl-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafeMemoryZone%2Fpropl-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafeMemoryZone%2Fpropl-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SafeMemoryZone%2Fpropl-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SafeMemoryZone","download_url":"https://codeload.github.com/SafeMemoryZone/propl-solver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978230,"owners_count":20703677,"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-12-07T09:07:42.302Z","updated_at":"2025-03-28T05:42:26.875Z","avatar_url":"https://github.com/SafeMemoryZone.png","language":"Python","readme":"# propl-solver\n\nSimple propositioal logic solver that outputs a truth table for terms.\n\n## Quickstart\n\n```sh\npython3 solver.py [-h] [--ast] \u003cfile\u003e\n     -h     : Print usage and exit.\n     --ast  : Print parsed abstract syntax tree (AST).\n     \u003cfile\u003e : Parses and solves linked boolean algebra expressions from each line of the specified file.\n```\n\n## Syntax\n\n```\n- variable                    letters, numbers and special symbols\n- not                         !\n- and                         \u0026\n- xor                         ^\n- or                          |\n- implication                 \u003e\n- nor                         nor\n- nand                        nand\n- if and only if (equals)     =\n- true                        1\n- false                       0\n```\n\n## Example\n\nExample for an input file:\n```\na \u003e b \u003e c \u003e d\na ^ d\ng = c\n```\nNote: All terms are interconnected.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafememoryzone%2Fpropl-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsafememoryzone%2Fpropl-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsafememoryzone%2Fpropl-solver/lists"}