# EDL编译器 **Repository Path**: finalize/EDL-compiler ## Basic Information - **Project Name**: EDL编译器 - **Description**: 此仓库为EDL语言的编译器,EDL是本人为zCore设计的一种编程语言,专门用于扩展程序的编写 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2023-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: 工具 ## README # EDL编译器 - [1. 简介](#1-简介) ## 1. 简介 本仓库是开发中的EDL语言编译器, 用于给zCore编写扩展程序, 使用Flex作为词法分析器, Bison作为语法分析器, LLVM作为后端代码生成器