{"id":36425905,"url":"https://github.com/fathzer/javaluator","last_synced_at":"2026-01-11T18:00:14.304Z","repository":{"id":47467202,"uuid":"202769300","full_name":"fathzer/javaluator","owner":"fathzer","description":"A java infix evaluator based on \"Shunting Yard\" algorithm.","archived":false,"fork":false,"pushed_at":"2025-05-30T17:56:37.000Z","size":1332,"stargazers_count":36,"open_issues_count":2,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T16:46:38.555Z","etag":null,"topics":["evaluate-expressions","java-library"],"latest_commit_sha":null,"homepage":"http://javaluator.fathzer.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fathzer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2019-08-16T17:12:22.000Z","updated_at":"2025-07-15T20:10:26.000Z","dependencies_parsed_at":"2024-05-17T09:47:15.921Z","dependency_job_id":"79726864-85e1-4931-b1f5-59d3574254c9","html_url":"https://github.com/fathzer/javaluator","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fathzer/javaluator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathzer%2Fjavaluator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathzer%2Fjavaluator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathzer%2Fjavaluator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathzer%2Fjavaluator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fathzer","download_url":"https://codeload.github.com/fathzer/javaluator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fathzer%2Fjavaluator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28316876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: 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":["evaluate-expressions","java-library"],"created_at":"2026-01-11T18:00:13.221Z","updated_at":"2026-01-11T18:00:14.259Z","avatar_url":"https://github.com/fathzer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Javaluator\n[![Javadocs](http://javadoc.io/badge/com.fathzer/javaluator.svg)](https://javadoc.io/doc/com.fathzer/javaluator)  [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fathzer/javaluator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fathzer/javaluator)  [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fathzer_javaluator\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=fathzer_javaluator)\n\nA java infix evaluator based on \"Shunting Yard\" algorithm.\n\nEvaluate an arithmetic expression is as simple as:\n```\nDouble result = new DoubleEvaluator().evaluate(\"(e^3-1)*sin(pi/4)*ln(pi^2)\").\n```\nBut Javaluator provides you with much more ...\n\nKey features:\n- Functions support, including variable argument count.\n- Constants support: e, pi, etc ...\n- Variables support: Example sin(x) for x = pi/4.\n- Highly configurable: Reduce the built-in operator or function sets, define your own brackets.\n- Extensible: Define your own grammar, or extends the existing one.\n- Localizable: Define localized names for functions or constants.\n- Syntax check\n- Small footprint: 26kB, no additional library required.\n- Fully documented\n\nPlease visit the project's web site to learn more: https://javaluator.fathzer.com\n\nIf you use Javaluator in your product, we will be happy to add a link to your product in the Javaluator's web site.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffathzer%2Fjavaluator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffathzer%2Fjavaluator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffathzer%2Fjavaluator/lists"}