{"id":38599255,"url":"https://github.com/jiuwo/fastel","last_synced_at":"2026-01-17T08:31:57.813Z","repository":{"id":37170606,"uuid":"163732885","full_name":"jiuwo/fastel","owner":"jiuwo","description":" 简单高效的表达式引擎","archived":false,"fork":false,"pushed_at":"2022-06-17T02:06:13.000Z","size":55,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T23:44:46.656Z","etag":null,"topics":["efficiency","el","expression","fast","fastel","java"],"latest_commit_sha":null,"homepage":null,"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/jiuwo.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}},"created_at":"2019-01-01T11:49:27.000Z","updated_at":"2022-10-17T22:19:04.000Z","dependencies_parsed_at":"2022-08-27T03:41:11.982Z","dependency_job_id":null,"html_url":"https://github.com/jiuwo/fastel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jiuwo/fastel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiuwo%2Ffastel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiuwo%2Ffastel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiuwo%2Ffastel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiuwo%2Ffastel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiuwo","download_url":"https://codeload.github.com/jiuwo/fastel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiuwo%2Ffastel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":["efficiency","el","expression","fast","fastel","java"],"created_at":"2026-01-17T08:31:57.728Z","updated_at":"2026-01-17T08:31:57.794Z","avatar_url":"https://github.com/jiuwo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastEL \n\n#### 项目介绍\n\n* FastEL 快速的表达式解析器\n\n#### 使用说明\n\n* 引用JAR包\n\n    ``` xml\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.jiuwo\u003c/groupId\u003e\n            \u003cartifactId\u003efastel\u003c/artifactId\u003e\n            \u003cversion\u003e1.0.6\u003c/version\u003e\n        \u003c/dependency\u003e\n    ```   \n* 具体使用\n\n    ``` java\n        Expression expression = new ExpressionImpl(\"2*(3+5)\");\n        result = expression.evaluate();\n        Assert.assertEquals(16L, result);\n        \n        result = expression\n                 .parseExpression(\"parseInt('2')\")\n                 .evaluate();\n        Assert.assertEquals(2, result);\n        \n        result = expression\n                .parseExpression(\"Math.abs(-123)\")\n                .evaluate();\n        Assert.assertEquals(123.0, result);\n        \n    ```   \n* 更多用法参考项目中单元测试\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiuwo%2Ffastel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiuwo%2Ffastel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiuwo%2Ffastel/lists"}