{"id":30284939,"url":"https://github.com/byteb8/go-parser","last_synced_at":"2025-10-18T02:21:15.696Z","repository":{"id":254787708,"uuid":"847542863","full_name":"byteB8/go-parser","owner":"byteB8","description":"a simple language parser based on bratt parsing","archived":false,"fork":false,"pushed_at":"2024-08-26T04:56:44.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"local","last_synced_at":"2025-07-19T16:57:10.401Z","etag":null,"topics":["lexer-parser","parsing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/byteB8.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,"zenodo":null}},"created_at":"2024-08-26T04:18:06.000Z","updated_at":"2024-08-26T05:09:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7ef8600-513b-4e6e-8ea4-f9d06cc1b793","html_url":"https://github.com/byteB8/go-parser","commit_stats":null,"previous_names":["kumaarbalbir/go-parser","byteb8/go-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/byteB8/go-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteB8%2Fgo-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteB8%2Fgo-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteB8%2Fgo-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteB8%2Fgo-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byteB8","download_url":"https://codeload.github.com/byteB8/go-parser/tar.gz/refs/heads/local","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteB8%2Fgo-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270763344,"owners_count":24641016,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["lexer-parser","parsing"],"created_at":"2025-08-16T19:38:38.850Z","updated_at":"2025-10-18T02:21:10.613Z","avatar_url":"https://github.com/byteB8.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Brief\r\nA simple language parser implemented in go designed to parse source code into an abstract syntax tree (AST). The parser is built using Pratt parsing approach.\r\n- The parser can be used to parse source code into an AST. The AST can then be used for various purposes such as code analysis, optimization, or generation.\r\n- Handles prefix and infix operators.\r\n- Uses a binding power approach to handle operator precedence\r\n\r\n#### Local Setup\r\n- Clone the repository: `git clone https://github.com/KumaarBalbir/go-parser.git`\r\n- Navigate to the project directory: `cd go-parser`\r\n- Build the parser: `go build -o \u003cyour-exe-parser-name\u003e ./src`\r\n- Run the parser: `./\u003cyour-exe-parser-name\u003e`\r\n\r\n\u0026thanks.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteb8%2Fgo-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteb8%2Fgo-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteb8%2Fgo-parser/lists"}