# SysY_compiler **Repository Path**: fxh141592/SysY_compiler ## Basic Information - **Project Name**: SysY_compiler - **Description**: This is a SysY_compiller for contest of compiler. Including parser of antlr and IR code generator of LLVM - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-10 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Antlr, Llvm, Cpp ## README # 天大514队 COMPILER 运行介绍(注:还未尝试在其他设备上运行。。。) ```sh mkdir build cd build cmake .. make -j4 # 使用的线程数取决于机器的性能 #新增环境需求 需要安装zlib http://www.zlib.net/ tar -xvf zlib-1.2.11.tar.gz ./configure make -j4 sudo make install