[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6259":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":15,"starSnapshotCount":15,"syncStatus":16,"lastSyncTime":29,"discoverSource":30},6259,"c4","rswier\u002Fc4","rswier","C in four functions",null,"C",10715,1495,321,16,0,2,7,29,9,44.52,"GNU General Public License v2.0",false,"master",true,[],"2026-06-12 02:01:17","c4 - C in four functions\n========================\n\nAn exercise in minimalism.\n\nTry the following:\n\n    gcc -o c4 c4.c\n    .\u002Fc4 hello.c\n    .\u002Fc4 -s hello.c\n    \n    .\u002Fc4 c4.c hello.c\n    .\u002Fc4 c4.c c4.c hello.c\n\n","c4 是一个极简主义的C语言实现项目，仅通过四个函数来完成编译和运行C代码的功能。该项目展示了如何用最少的代码量实现基本的C语言编译器功能，支持简单的C程序编译与执行，并且可以自我编译。技术上，它利用了GCC作为底层编译工具，通过自定义的少量接口简化了编译过程。适合对编译原理感兴趣或想要了解如何构建简单编译系统的开发者学习使用，同时也为追求编程简洁性的爱好者提供了一个有趣的案例。","2026-06-11 03:06:05","top_language"]