{"id":13782692,"url":"https://github.com/cyd01/pico-c","last_synced_at":"2026-01-12T13:48:21.088Z","repository":{"id":41348587,"uuid":"156556450","full_name":"cyd01/pico-c","owner":"cyd01","description":"pico-c, a very small C interpreter","archived":false,"fork":false,"pushed_at":"2023-11-17T12:46:35.000Z","size":1869,"stargazers_count":17,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-11T16:39:35.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.9bis.net/c","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/cyd01.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}},"created_at":"2018-11-07T14:12:29.000Z","updated_at":"2024-11-04T20:40:53.000Z","dependencies_parsed_at":"2024-04-24T12:59:48.295Z","dependency_job_id":"ab2ab9eb-b157-428d-8326-90b7a341d6e9","html_url":"https://github.com/cyd01/pico-c","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cyd01/pico-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd01%2Fpico-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd01%2Fpico-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd01%2Fpico-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd01%2Fpico-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyd01","download_url":"https://codeload.github.com/cyd01/pico-c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyd01%2Fpico-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28339459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-08-03T18:01:41.835Z","updated_at":"2026-01-12T13:48:21.005Z","avatar_url":"https://github.com/cyd01.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# Origins\n**pico-c** is a project created by Zik at [https://code.google.com/p/picoc](https://code.google.com/p/picoc/ \"Google code\").\nThe projet is now hosted at [https://gitlab.com/zsaleeba/picoc](https://gitlab.com/zsaleeba/picoc/ \"Github.com\"). \n\n**pico-c** intends to be a very light **C** interpreter. **pico-c** is very small, but include many standard libraries.\n\n# The content\nInitially those libraries were natively integrated into pico-c:\n\n* ctype.h\n* errno.h\n* math.h\n* stdbool.h\n* stdio.h\n* stdlib.h\n* string.h\n* time.h\n* unistd.h\n\nSome of them were improved:\n\n* stdio.h\n* unistd.h\n\nWe have planned to add support for 3 other useful libraries:\n\n* dirent.h\n* regex.h\n* socket.h\n* stat.h\n\n# The pico-c syntax\n\n```\n$ pico-c -h\npico-c.exe, A very small C interpreter\nUsage: pico-c.exe [-h] [-i] [-m] [-n] [-o] [\u003cfilename1\u003e...] [- \u003carg1\u003e...]\n        -h: this help message\n        -i: force interactive mode at the end of scripts\n        -m: run main() function automaticaly\n        -n: don't print prompt\n        -o: the original \"old\" mode\n        -v: print version\nExemples:\n        pico-c.exe script1.pcc script2.pcc\n        pico-c.exe -i script.pcc\n        pico-c.exe -m script1.pcc script2.pcc - arg1 agr2\n```\n\n\n**Cyd**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyd01%2Fpico-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyd01%2Fpico-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyd01%2Fpico-c/lists"}