{"id":19053773,"url":"https://github.com/engossoftware/secel","last_synced_at":"2025-07-23T21:08:35.183Z","repository":{"id":204904260,"uuid":"712949397","full_name":"EngosSoftware/secel","owner":"EngosSoftware","description":"SECEL parser","archived":false,"fork":false,"pushed_at":"2023-11-01T14:51:30.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-11T04:04:14.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/EngosSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-11-01T14:35:24.000Z","updated_at":"2024-04-21T14:41:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef799726-4ee9-4205-8cc8-ae3f7bf1bece","html_url":"https://github.com/EngosSoftware/secel","commit_stats":null,"previous_names":["wisbery/secel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fsecel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fsecel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fsecel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fsecel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EngosSoftware","download_url":"https://codeload.github.com/EngosSoftware/secel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240109715,"owners_count":19749182,"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-08T23:34:10.800Z","updated_at":"2025-02-22T01:17:21.374Z","avatar_url":"https://github.com/EngosSoftware.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simply Enough Condition Expression Language Parser\n\n# WORK IN PROGRESS\n\n## Simply Enough Condition Expression Language Grammar\n\n```\n      statement = if_expression\n                ;\n                \n  if_expression = `if` `(` condition `;` expression `;` expression `)`\n                ;\n                \n      condition = disjunction { `or` disjunction }\n                ;\n                \n    disjunction = conjunction { `and` conjunction }\n                ;\n                \n    conjunction = `(` condition `)`\n                | comparison\n                ;\n                \n     comparison = value (`=` | `\u003c\u003e` | `\u003e` | `\u003c` | `\u003e=` | `\u003c=`) value\n                ;\n                \n     expression = value\n                | if_expression\n                ;\n                \n          value = NUMBER\n                | NULL\n                ;\n```\n\n## License\n\nLicensed under either of\n\n- [MIT license](https://opensource.org/licenses/MIT) ([LICENSE-MIT](LICENSE-MIT)), or\n- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([LICENSE-APACHE](LICENSE-APACHE))\n\nat your option.\n\n## Contribution\n\nAll contributions intentionally submitted for inclusion in the work by you,\nshall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengossoftware%2Fsecel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengossoftware%2Fsecel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengossoftware%2Fsecel/lists"}