{"id":17256641,"url":"https://github.com/princemaple/splee","last_synced_at":"2025-03-26T08:19:25.716Z","repository":{"id":7419454,"uuid":"8753615","full_name":"princemaple/SPLEE","owner":"princemaple","description":"Simple Propositional Logic Expression Evaluation - Haskell","archived":false,"fork":false,"pushed_at":"2013-04-14T03:17:19.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T20:13:31.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/princemaple.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-13T14:11:02.000Z","updated_at":"2016-01-23T01:58:37.000Z","dependencies_parsed_at":"2022-09-02T00:41:11.501Z","dependency_job_id":null,"html_url":"https://github.com/princemaple/SPLEE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemaple%2FSPLEE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemaple%2FSPLEE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemaple%2FSPLEE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princemaple%2FSPLEE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princemaple","download_url":"https://codeload.github.com/princemaple/SPLEE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245615024,"owners_count":20644378,"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-15T07:14:58.980Z","updated_at":"2025-03-26T08:19:25.696Z","avatar_url":"https://github.com/princemaple.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple Propositional Logic Expression Evaluation\n### - Written in Haskell\n\nThis program simplifies and evaluates propositional logic expression  \n\n* the result may or may not be in its simplest form if it cannot be evaluated to a sinlge value  \n* if can be evaluated to a single value, it has to be the simplest form  \n\nIt will print out:\n\n1. How the program understands your input\n2. The evaluated result\n\n## Usage\n\n\t$ ghc --make logic.hs\n\n\t$ logic\n\t((((A =\u003e B) | A) \u0026 ~B) =\u003e f)\n\t\n**Outer brackets can be omitted:**\n\n\t(((A =\u003e B) | A) \u0026 ~B) =\u003e f\n\t\n**Spaces can be ommited:**\n\n\t(((A=\u003eB)|A)\u0026~B)=\u003ef\n\n**Output for the sample input above:**  \n*output uses `V` for disjunction*\n\n\t((((A =\u003e B) V A) \u0026 ~B) =\u003e f)\n\t((A V B) \u0026 (~A V B))\n\nproposition variable: `Single Capital Character`  \nnot: `~`  \nconjunction: `\u0026`  \ndisjunction: `|`  \nimplication: `=\u003e`  \ntautology: `t`  \ncontradiction: `f`  \n\n*By Po Chen*  \n*chenpaul914@gmail.com*  \n*[pochen.me](http://pochen.me/)*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincemaple%2Fsplee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincemaple%2Fsplee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincemaple%2Fsplee/lists"}