{"id":15060881,"url":"https://github.com/pelenium/math-parser","last_synced_at":"2026-01-31T18:02:08.090Z","repository":{"id":217109408,"uuid":"742583922","full_name":"pelenium/math-parser","owner":"pelenium","description":"Math parser of expressions in Polish notaiton (LISP like)","archived":false,"fork":false,"pushed_at":"2024-01-20T16:15:49.000Z","size":28,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T12:51:38.541Z","etag":null,"topics":["expression-evaluator","expression-parser","fsharp","math","mathematics","maths","parser","polish-notation"],"latest_commit_sha":null,"homepage":"","language":"F#","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/pelenium.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}},"created_at":"2024-01-12T19:59:56.000Z","updated_at":"2024-01-17T07:10:33.000Z","dependencies_parsed_at":"2024-01-20T16:34:38.079Z","dependency_job_id":null,"html_url":"https://github.com/pelenium/math-parser","commit_stats":null,"previous_names":["pelenium/math-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pelenium/math-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelenium%2Fmath-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelenium%2Fmath-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelenium%2Fmath-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelenium%2Fmath-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pelenium","download_url":"https://codeload.github.com/pelenium/math-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pelenium%2Fmath-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28949274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["expression-evaluator","expression-parser","fsharp","math","mathematics","maths","parser","polish-notation"],"created_at":"2024-09-24T23:05:53.332Z","updated_at":"2026-01-31T18:02:08.075Z","avatar_url":"https://github.com/pelenium.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# math parser\n\n## What can it parse?\n\n### Basic math operations\n\n```lisp\n(+ 10 (/ 5 2)) ;; result - 12\n```\n\n```lisp\n(/ 138 (+ 5 (* 3 6))) ;; result - 6\n```\n\n### Trigonometric functions and working with roots\n\n```lisp\n(sin (+ 3 (/ 54 2))) ;; result - 0,49999999999999994\n```\n\n```lisp\n(sqrt (sq -5)) ;; result - 5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpelenium%2Fmath-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpelenium%2Fmath-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpelenium%2Fmath-parser/lists"}