# c-compiler **Repository Path**: mayaolll/c-compiler ## Basic Information - **Project Name**: c-compiler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/mayaolll/c-compiler - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-05-08 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 本项目基于llvm实现了一个简易的语言~~C-shrink~~ C--编译器。可以生成抽象语法树、基于llvm的中间代码并由clang生成可执行文件。 文法分析参见grammar.y,词法分析参见lex.l,语义分析参见ast.cpp # 平台 本项目基于linux,llvm-10,clang,cmake