# mcc **Repository Path**: libreliu/mcc ## Basic Information - **Project Name**: mcc - **Description**: Micro C Compiler, designed for both LC-3 and x86. This project is under heavy development - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mcc #### Description Micro C Compiler, designed for both LC-3 and x86. This project is under heavy development #### Software Architecture System with proper C++ Compiler. #### Build Currently using CMake. Run build with `./build.sh` and be sure you have CMake installed.