{"id":13693274,"url":"https://github.com/EarlGray/c4","last_synced_at":"2025-05-02T21:31:50.640Z","repository":{"id":23249380,"uuid":"26607316","full_name":"EarlGray/c4","owner":"EarlGray","description":"x86 JIT compiler in 86 lines","archived":false,"fork":true,"pushed_at":"2015-07-26T19:02:15.000Z","size":314,"stargazers_count":955,"open_issues_count":2,"forks_count":63,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-04-26T04:22:42.491Z","etag":null,"topics":["i386","jit-compiler","tiny"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rswier/c4","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EarlGray.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}},"created_at":"2014-11-13T20:48:54.000Z","updated_at":"2025-04-14T11:47:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/EarlGray/c4","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/EarlGray%2Fc4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarlGray%2Fc4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarlGray%2Fc4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarlGray%2Fc4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EarlGray","download_url":"https://codeload.github.com/EarlGray/c4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252108870,"owners_count":21696154,"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":["i386","jit-compiler","tiny"],"created_at":"2024-08-02T17:01:07.850Z","updated_at":"2025-05-02T21:31:50.389Z","avatar_url":"https://github.com/EarlGray.png","language":"C","readme":"c4 - C in four functions\n========================\n\nAn exercise in minimalism.\n\nTry the following:\n\n    gcc -o c4 c4.c  (you may need the -m32 option on 64bit machines)\n    ./c4 hello.c\n    ./c4 -s hello.c\n    \n    ./c4 c4.c hello.c\n    ./c4 c4.c c4.c hello.c\n\n\nc4x86 - JIT compiler for x86 in 86 lines\n========================================\n\nAn exercise in bit-twiddling masochism.\n\nx86 only, not self-hosted!\n\n    gcc -m32 c4x86.c -o c4x86\n    ./c4x86 hello.c\n    ./c4x86 c4.c hello.c\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEarlGray%2Fc4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEarlGray%2Fc4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEarlGray%2Fc4/lists"}