{"id":25171236,"url":"https://github.com/basemax/postfixevaluatorc","last_synced_at":"2025-10-12T13:40:55.963Z","repository":{"id":151535518,"uuid":"573621109","full_name":"BaseMax/PostfixEvaluatorC","owner":"BaseMax","description":"This is a postfix evaluator written in C. It takes a postfix expression as input and evaluates it. It supports the following operators: + - * / ^ ( )","archived":false,"fork":false,"pushed_at":"2022-12-02T23:34:41.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-03T23:38:24.665Z","etag":null,"topics":["c","evaluator","postfix","postfix-evaluation","postfix-evaluator","stack"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.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,"zenodo":null}},"created_at":"2022-12-02T23:09:16.000Z","updated_at":"2022-12-03T10:10:01.000Z","dependencies_parsed_at":"2023-07-10T14:15:28.799Z","dependency_job_id":null,"html_url":"https://github.com/BaseMax/PostfixEvaluatorC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/PostfixEvaluatorC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPostfixEvaluatorC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPostfixEvaluatorC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPostfixEvaluatorC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPostfixEvaluatorC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/PostfixEvaluatorC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FPostfixEvaluatorC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011457,"owners_count":26084947,"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-10-12T02:00:06.719Z","response_time":53,"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":["c","evaluator","postfix","postfix-evaluation","postfix-evaluator","stack"],"created_at":"2025-02-09T09:19:38.652Z","updated_at":"2025-10-12T13:40:55.949Z","avatar_url":"https://github.com/BaseMax.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Postfix Evaluator C\r\n\r\nThis is a postfix evaluator written in C. It takes a postfix expression as input and evaluates it. It supports the following operators:\r\n\r\n`+` `-` `*` `/` `^` `(` `)`\r\n\r\n## Usage\r\n\r\nTo compile the program, run `gcc PostfixEvaluator.c -o PostfixEvaluator` in the root directory. This will create an executable called `PostfixEvaluator`.\r\n\r\nTo run the program, run `./PostfixEvaluator` with the postfix expression as an argument. For example, `./PostfixEvaluator 23+` will evaluate `2 + 3` and print `5`.\r\n\r\n## Example\r\n\r\n```\r\n$ ./PostfixEvaluator \"25+\"\r\n7\r\n\r\n$ ./PostfixEvaluator \"29*\"\r\n18\r\n\r\n$ ./PostfixEvaluator \"642+*\"\r\n36\r\n```\r\n\r\n## License\r\n\r\nThis project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.\r\n\r\n© Copyright Max Base, 2022\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fpostfixevaluatorc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fpostfixevaluatorc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fpostfixevaluatorc/lists"}