{"id":20506301,"url":"https://github.com/felipensp/vtcc","last_synced_at":"2025-10-18T23:31:43.631Z","repository":{"id":223053224,"uuid":"758879155","full_name":"felipensp/vtcc","owner":"felipensp","description":"TCC compiler translated to V lang","archived":false,"fork":false,"pushed_at":"2025-03-29T22:56:53.000Z","size":4622,"stargazers_count":42,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-13T21:33:53.289Z","etag":null,"topics":["c","compiler","tcc","vlang"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipensp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-02-17T10:54:09.000Z","updated_at":"2025-03-29T22:55:13.000Z","dependencies_parsed_at":"2024-06-28T00:05:42.418Z","dependency_job_id":"7a29804c-9c77-4e65-853e-c396e35f7168","html_url":"https://github.com/felipensp/vtcc","commit_stats":null,"previous_names":["felipensp/vcc","felipensp/vtcc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felipensp/vtcc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtcc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtcc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtcc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtcc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipensp","download_url":"https://codeload.github.com/felipensp/vtcc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipensp%2Fvtcc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259426820,"owners_count":22855542,"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","compiler","tcc","vlang"],"created_at":"2024-11-15T19:55:54.008Z","updated_at":"2025-10-18T23:31:43.545Z","avatar_url":"https://github.com/felipensp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vtcc\nTCC compiler translated to V lang (thanks to `vlang/c2v`)\n\nOfficial TCC repo: https://repo.or.cz/tinycc.git\n\nTCC commit reference: _76d605192dae84c172722c3d73bf546a064b7e1c_\n\n*Currently it is x86-64 only.*\n\n### Building vtcc\n\n`v run make.vsh [vtcc src path]`\n\nThis will generate `bt-exe.o`, `bt-log.o`, `dso.o`, `libtcc1.o`, `libtcc1.a` and `vtcc` executable.\n\n### How to use\n\n`./vtcc hello.c \u0026\u0026 ./a.out` or `./vtcc -run hello.c`\n\nFor full help (just like `tcc -h`), use `./vtcc -h`.\n\n### Building itself\n\n```\n$ v -d vtcc_dir=`pwd` -o test.c .\n$ ./vtcc test.c -lgc -ldl -lpthread\n$ ./a.out -run hello.c\n```\n\n### Building Vlang\n\n```\n$ v -o vlang.c cmd/v # on vlang dir\n$ vtcc vlang.c -lpthread\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipensp%2Fvtcc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipensp%2Fvtcc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipensp%2Fvtcc/lists"}