{"id":13694420,"url":"https://github.com/v-shenoy/expression-parsing","last_synced_at":"2025-04-04T01:44:28.286Z","repository":{"id":111136050,"uuid":"189904110","full_name":"v-shenoy/expression-parsing","owner":"v-shenoy","description":"Implementation of a traditional recursive descent parser, and a Pratt parser.","archived":false,"fork":false,"pushed_at":"2021-10-28T13:55:09.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-28T04:47:41.054Z","etag":null,"topics":["golang","parsing","pratt-parser","recursive-descent"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/v-shenoy.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-02T23:08:02.000Z","updated_at":"2021-11-03T11:33:56.000Z","dependencies_parsed_at":"2023-06-02T21:30:44.538Z","dependency_job_id":null,"html_url":"https://github.com/v-shenoy/expression-parsing","commit_stats":null,"previous_names":["vighneshq/expression-parsing"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-shenoy%2Fexpression-parsing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-shenoy%2Fexpression-parsing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-shenoy%2Fexpression-parsing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-shenoy%2Fexpression-parsing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v-shenoy","download_url":"https://codeload.github.com/v-shenoy/expression-parsing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107830,"owners_count":20884797,"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":["golang","parsing","pratt-parser","recursive-descent"],"created_at":"2024-08-02T17:01:31.591Z","updated_at":"2025-04-04T01:44:23.278Z","avatar_url":"https://github.com/v-shenoy.png","language":"Go","funding_links":[],"categories":["Open source library"],"sub_categories":["Interpreter"],"readme":"# expression-parsing\n\nAn implementation of two parsing algorithms.\n1. Traditional Recursive Descent Parser.\n2. Pratt's Top Down Operator Parser.\n\nExpression syntax contains the following operators, with increasing levels of precedence.\n\n| Precedence | Operators     |\n| ---------- | ------------- |\n| 0          | =             |\n| 1          | \\|\\|          |\n| 2          | \u0026\u0026            |\n| 3          | \\|            |\n| 4          | ^             |\n| 5          | \u0026             |\n| 6          | ==, !=        |\n| 7          | \u003e, \u003e=, \u003c, \u003c=  |\n| 8          | +, -          |\n| 9          | \u003e\u003e, \u003c\u003c        |\n| 10         | *, /, %       |\n| 11         | !, ~, -(unary)|\n| 12         | **            |\n| 13         | ()            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-shenoy%2Fexpression-parsing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv-shenoy%2Fexpression-parsing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-shenoy%2Fexpression-parsing/lists"}