{"id":23066524,"url":"https://github.com/xjine/unity_expressionparser","last_synced_at":"2026-04-18T19:32:00.319Z","repository":{"id":38466441,"uuid":"464393329","full_name":"XJINE/Unity_ExpressionParser","owner":"XJINE","description":"ExpressionParser is simple implementation to parse expression into float value with DataTable.","archived":false,"fork":false,"pushed_at":"2022-06-03T08:40:30.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-18T14:09:24.574Z","etag":null,"topics":["assets","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XJINE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-28T08:13:59.000Z","updated_at":"2022-06-23T10:56:43.000Z","dependencies_parsed_at":"2022-08-19T18:42:40.755Z","dependency_job_id":null,"html_url":"https://github.com/XJINE/Unity_ExpressionParser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/XJINE/Unity_ExpressionParser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_ExpressionParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_ExpressionParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_ExpressionParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_ExpressionParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XJINE","download_url":"https://codeload.github.com/XJINE/Unity_ExpressionParser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XJINE%2FUnity_ExpressionParser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":["assets","unity"],"created_at":"2024-12-16T05:13:29.249Z","updated_at":"2026-04-18T19:32:00.299Z","avatar_url":"https://github.com/XJINE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity_ExpressionParser\n\nExpressionParser is simple implementation to parse expression into float value with ``DataTable``.\n\n```csharp\npublic static class ExpressionParser\n{\n    private static readonly DataTable DataTable = new ();\n\n    public static (bool success, float value) Parse(string expression)\n    {\n        try   { return (true, Convert.ToSingle(DataTable.Compute(expression, \"\"))); }\n        catch { return (false, float.NaN); }\n    }\n}\n```\n\n## Importing\n\nYou can use Package Manager or import it directly.\n\n```\nhttps://github.com/XJINE/Unity_ExpressionParser.git?path=Assets/Packages/ExpressionParser\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_expressionparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjine%2Funity_expressionparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjine%2Funity_expressionparser/lists"}