# ACCompiler-CMM **Repository Path**: c86/ACCompiler-CMM ## Basic Information - **Project Name**: ACCompiler-CMM - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ACCompiler - C Minus Minus ## 测试方法 - Parser: ``` ./Debug/parser ./Code/a.c > ./Code/a.parse ``` - Compiler: ``` make Test -B ./Code/main ```