{"id":28717162,"url":"https://github.com/kotlk/precedence_climbing","last_synced_at":"2026-05-16T12:31:10.129Z","repository":{"id":298146975,"uuid":"999028381","full_name":"KOTlK/precedence_climbing","owner":"KOTlK","description":"Simple C++ program implementing precedence climbing algorithm.","archived":false,"fork":false,"pushed_at":"2025-06-25T05:17:14.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T06:27:15.577Z","etag":null,"topics":["c","cpp","parsing"],"latest_commit_sha":null,"homepage":"","language":"C","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/KOTlK.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":"2025-06-09T16:17:53.000Z","updated_at":"2025-06-25T05:17:18.000Z","dependencies_parsed_at":"2025-06-09T17:33:12.409Z","dependency_job_id":"f9bbc166-0b1c-4261-bd59-8368f62fa2f1","html_url":"https://github.com/KOTlK/precedence_climbing","commit_stats":null,"previous_names":["kotlk/precedence_climbing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KOTlK/precedence_climbing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KOTlK%2Fprecedence_climbing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KOTlK%2Fprecedence_climbing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KOTlK%2Fprecedence_climbing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KOTlK%2Fprecedence_climbing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KOTlK","download_url":"https://codeload.github.com/KOTlK/precedence_climbing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KOTlK%2Fprecedence_climbing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263996082,"owners_count":23541399,"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":["c","cpp","parsing"],"created_at":"2025-06-15T03:13:27.842Z","updated_at":"2026-05-16T12:31:10.079Z","avatar_url":"https://github.com/KOTlK.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# precedence_climbing\nSource : https://eli.thegreenplace.net/2012/08/02/parsing-expressions-by-precedence-climbing\n\nSimple C++ (mostly C) console program for parsing math expressions.\nOperates in signed 32-bit integer range.\nHandles binary operators (+, -, *, /, ^, %), parentheses and unary minus.\n\nSample expression: -5 + 3 * -(2 ^ 4) / (7 % 3) - -(-8 * 2) + 10 / -2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkotlk%2Fprecedence_climbing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkotlk%2Fprecedence_climbing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkotlk%2Fprecedence_climbing/lists"}