# Compilers-Principles-Lab **Repository Path**: zeng_hanwei/Compilers-Principles-Lab ## Basic Information - **Project Name**: Compilers-Principles-Lab - **Description**: 编译原理实验,实现C--文法编译器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-04 - **Last Updated**: 2021-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Compilers-Principles-Lab 编译原理实验,实现C--文法编译器 词法分析利用flex工具 语法分析利用Bison建立二叉树 中间代码 目标代码(基于8086的汇编语言)