{"id":25171799,"url":"https://github.com/basemax/another-one-draft-in-c","last_synced_at":"2025-08-19T20:17:11.304Z","repository":{"id":151535213,"uuid":"360363597","full_name":"BaseMax/another-one-draft-in-c","owner":"BaseMax","description":"Just a attempt to implement a lexer in pure C without a lexer generator.","archived":false,"fork":false,"pushed_at":"2021-04-22T03:44:43.000Z","size":30,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-19T06:01:20.834Z","etag":null,"topics":["c","lexer","parser"],"latest_commit_sha":null,"homepage":"https://github.com/One-Language/One","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-22T02:04:48.000Z","updated_at":"2024-01-14T15:27:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e57d40f9-a852-40c5-9381-d5a9e90fd445","html_url":"https://github.com/BaseMax/another-one-draft-in-c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/another-one-draft-in-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fanother-one-draft-in-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fanother-one-draft-in-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fanother-one-draft-in-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fanother-one-draft-in-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/another-one-draft-in-c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fanother-one-draft-in-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271215037,"owners_count":24720098,"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-19T02:00:09.176Z","response_time":63,"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":["c","lexer","parser"],"created_at":"2025-02-09T09:22:08.895Z","updated_at":"2025-08-19T20:17:11.292Z","avatar_url":"https://github.com/BaseMax.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Another One draft lexer/parser in c\n\nJust a attempt to implement a lexer in pure C without a lexer generator.\n\n**Date:** 2019-2020\n\n## Input\n\n```\nmain() {\n\t5+5;\n}\n```\n\n## Output\n\n```\n- main(ident)\n- ((operator)\n- )(operator)\n- {(operator)\n- 5(number)\n- +(operator)\n- 5(number)\n- ;(operator)\n- }(operator)\n```\n\n## Using\n\n```bash\n$ gcc main.c -o one\n$ ./one input.one\n```\n\nSo let me remind again that the license is GPL 3.\n\n© Copyright Max Base 2019\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fanother-one-draft-in-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fanother-one-draft-in-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fanother-one-draft-in-c/lists"}