{"id":28477564,"url":"https://github.com/cycloctane/cyclocalc","last_synced_at":"2025-10-15T12:36:27.086Z","repository":{"id":296709813,"uuid":"994019908","full_name":"Cycloctane/cyclocalc","owner":"Cycloctane","description":"Simple math expression evaluator written in C99. Based on Pratt Parsing.","archived":false,"fork":false,"pushed_at":"2025-08-24T16:44:11.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T21:03:02.331Z","etag":null,"topics":["algorithms","ast","c","parser"],"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/Cycloctane.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-01T02:46:24.000Z","updated_at":"2025-08-24T16:41:55.000Z","dependencies_parsed_at":"2025-06-01T22:54:55.871Z","dependency_job_id":"6f767635-70af-4dd4-b212-3b59ee1062d8","html_url":"https://github.com/Cycloctane/cyclocalc","commit_stats":null,"previous_names":["cycloctane/cyclocalc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cycloctane/cyclocalc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cycloctane%2Fcyclocalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cycloctane%2Fcyclocalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cycloctane%2Fcyclocalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cycloctane%2Fcyclocalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cycloctane","download_url":"https://codeload.github.com/Cycloctane/cyclocalc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cycloctane%2Fcyclocalc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279078552,"owners_count":26098543,"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-15T02:00:07.814Z","response_time":56,"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":["algorithms","ast","c","parser"],"created_at":"2025-06-07T16:37:28.095Z","updated_at":"2025-10-15T12:36:27.054Z","avatar_url":"https://github.com/Cycloctane.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## cyclocalc\n\nSimple mathematical expression evaluator based on Pratt Parsing.\n\nSupported operators:\n\n- Arithmetic: `+ - * / %`\n- Bitwise: `| \u0026 ^ \u003c\u003c \u003e\u003e`\n- Parentheses: `( )`\n\n### build\n\n```bash\nmake cyclocalc\n```\n\n### usage\n\n```bash\n./cyclocalc \"6 * (3 + 4)\"\n```\n\nrepl:\n\n```\n$ ./cyclocalc\n(calc)\u003e 6 * (3 + 4)\n42\n(calc)\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycloctane%2Fcyclocalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycloctane%2Fcyclocalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycloctane%2Fcyclocalc/lists"}