{"id":21317220,"url":"https://github.com/oldrev/sexpressionforlinq","last_synced_at":"2025-06-13T00:05:53.972Z","repository":{"id":141075806,"uuid":"99988269","full_name":"oldrev/SexpressionForLinq","owner":"oldrev","description":"SexpressionForLinq is a LISP-style S-Expression parser to generate dynamic LINQ Expression Tree.","archived":false,"fork":false,"pushed_at":"2020-04-13T04:10:30.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T00:04:50.218Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/oldrev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-11T03:34:55.000Z","updated_at":"2020-04-13T04:10:33.000Z","dependencies_parsed_at":"2023-07-05T14:47:00.026Z","dependency_job_id":null,"html_url":"https://github.com/oldrev/SexpressionForLinq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oldrev/SexpressionForLinq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2FSexpressionForLinq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2FSexpressionForLinq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2FSexpressionForLinq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2FSexpressionForLinq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oldrev","download_url":"https://codeload.github.com/oldrev/SexpressionForLinq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldrev%2FSexpressionForLinq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259553130,"owners_count":22875609,"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","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":[],"created_at":"2024-11-21T18:42:29.148Z","updated_at":"2025-06-13T00:05:53.934Z","avatar_url":"https://github.com/oldrev.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SexpressionForLinq\n\nSexpressionForLinq is a LISP-style S-Expression parser to generate dynamic LINQ Expression Tree.\n\n\n# Usage\n\n```csharp\nvar employees = ... // Load from EF Entities or anything else.\n\n// Write a S-Expression to filter\nvar exp = \"(= Department.Company.Name 'Dunder Miffilin Paper Company')\";\n\n// Do the LINQ\nvar filteredEmployees = employees.Where(exp).ToList();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldrev%2Fsexpressionforlinq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldrev%2Fsexpressionforlinq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldrev%2Fsexpressionforlinq/lists"}