{"id":24204825,"url":"https://github.com/dsal3389/tokenizer","last_synced_at":"2026-06-20T12:33:06.916Z","repository":{"id":190991407,"uuid":"683722044","full_name":"dsal3389/tokenizer","owner":"dsal3389","description":"generic code tokenizer","archived":false,"fork":false,"pushed_at":"2023-08-27T14:08:58.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T12:44:36.462Z","etag":null,"topics":["c","token","tokenizer"],"latest_commit_sha":null,"homepage":"","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/dsal3389.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}},"created_at":"2023-08-27T13:53:52.000Z","updated_at":"2024-12-31T17:25:41.000Z","dependencies_parsed_at":"2023-08-27T16:03:22.479Z","dependency_job_id":null,"html_url":"https://github.com/dsal3389/tokenizer","commit_stats":null,"previous_names":["dsal3389/tokenizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsal3389/tokenizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsal3389%2Ftokenizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsal3389%2Ftokenizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsal3389%2Ftokenizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsal3389%2Ftokenizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsal3389","download_url":"https://codeload.github.com/dsal3389/tokenizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsal3389%2Ftokenizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34570537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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","token","tokenizer"],"created_at":"2025-01-13T23:18:14.738Z","updated_at":"2026-06-20T12:33:06.898Z","avatar_url":"https://github.com/dsal3389.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tokenizer\na simple generic code tokenizer written in C, the tokenizer doesn't support specific language,\nit will just group words and strings\n\n## build\n```sh\nmake build\n```\n\n## example\n```py\n# test.py\n\nprint(\"hello world\")\n\ndef foo() -\u003e int:\n    return 0\n```\n\noutput for `tokenizer test.py -gs`\n```sh\n(NEWLINE)\nprint\n(\n\"hello world\"\n)\n(NEWLINE)\n(NEWLINE)\n(NEWLINE)\n#\n(SPACE)\ncomment\n(NEWLINE)\ndef\n(SPACE)\nfoo\n(\n)\n(SPACE)\n-\n\u003e\n(SPACE)\nint\n:\n(NEWLINE)\n(SPACEx4)\nreturn\n(SPACE)\n0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsal3389%2Ftokenizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsal3389%2Ftokenizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsal3389%2Ftokenizer/lists"}