{"id":15590486,"url":"https://github.com/vassilispallas/cparser","last_synced_at":"2025-03-29T09:44:27.157Z","repository":{"id":29117335,"uuid":"32647020","full_name":"VassilisPallas/cparser","owner":"VassilisPallas","description":"a simple parser for C programs","archived":false,"fork":false,"pushed_at":"2015-03-21T19:46:40.000Z","size":164,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T01:12:17.302Z","etag":null,"topics":["c","cparser","flex","semester-project"],"latest_commit_sha":null,"homepage":null,"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/VassilisPallas.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}},"created_at":"2015-03-21T19:36:00.000Z","updated_at":"2024-11-23T10:47:14.000Z","dependencies_parsed_at":"2022-07-24T16:02:11.390Z","dependency_job_id":null,"html_url":"https://github.com/VassilisPallas/cparser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VassilisPallas%2Fcparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VassilisPallas%2Fcparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VassilisPallas%2Fcparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VassilisPallas%2Fcparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VassilisPallas","download_url":"https://codeload.github.com/VassilisPallas/cparser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246168091,"owners_count":20734389,"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":["c","cparser","flex","semester-project"],"created_at":"2024-10-02T23:22:14.733Z","updated_at":"2025-03-29T09:44:27.137Z","avatar_url":"https://github.com/VassilisPallas.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cparser\na simple parser for C programs\n\nwrite in terminal: flex parse.l\n(this is auto generate a file named lex.yy.c)\n\nthen write: \n\tfor Linux: gcc lex.yy.c -o parse\n\t, for Windows: gcc lex.yy.c -o parse.exe\n\t\n(this command will create the executable file named parse)\n\nand then run the program writing in the terminal:\n\tfor Linux: ./parse\n\t, for Windows: parse.exe","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvassilispallas%2Fcparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvassilispallas%2Fcparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvassilispallas%2Fcparser/lists"}