098e41d3e56859f9d1d9933b424b183ad92381d2
- Refactor logging system with simplified ColorFormatter and improved output formatting - Add test command with regex pattern matching and timeout support - Implement file size formatting utility for build output - Remove unused imports and streamline code structure - Update .gitignore to exclude external/ directory - Improve error handling and subprocess management in test execution - Optimize build dependency resolution with topological sorting - Enhance configuration parsing and target management The changes focus on code quality improvements, adding testing capabilities, and optimizing the build process for better performance and maintainability.
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
-
隔离标准库
-
轻量化
-
模块化
-
自举构建
Description
Languages
C
69.5%
C++
26.3%
Python
3.3%
Makefile
0.9%