# Simple Models C Compiler > Smaller Compiler(SMCC) This is a simple C compiler that generates executable code from a simple c99 sub programming language. The language supports basic operations such as arithmetic, logical, conditional statements and if else while for switch case statements and function calls and system calls. ## Features - 隔离标准库 - 轻量化 - 模块化 - 自举构建