# compiles-c **Repository Path**: kingfish404/compiles-c ## Basic Information - **Project Name**: compiles-c - **Description**: Tiny c like compiles - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-16 - **Last Updated**: 2022-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Compiles-Like-C 这是我的编译器项目,来源于编译原理课程,立下个Flag,最终目标为一个类C语言的编译器 This is my compiler project, derived from the course of compilation principles, and the final goal is a C-like compiler ## Struct 目录结构 - src - 源代码 -- FrontEnd - 编译器后端 -- BackEnd - 编译器前端 -- c-final.c - 一个可自举的简单c编译器 -- c-interperter.c - 来自于c4项目的参考源码 - figure - 展示图片 - workplace - 工作区,代码暂时不上传 # MIT LECENCE 仅供学习参考用,请勿抄袭