# C4 **Repository Path**: mirrors/C4 ## Basic Information - **Project Name**: C4 - **Description**: 4个函数实现的c编译器,大约500行 - **Primary Language**: C/C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/c4 - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 6 - **Created**: 2020-12-27 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README c4 - C in four functions ======================== An exercise in minimalism. Try the following: gcc -o c4 c4.c ./c4 hello.c ./c4 -s hello.c ./c4 c4.c hello.c ./c4 c4.c c4.c hello.c