# iriscc **Repository Path**: DonAzufre/iriscc ## Basic Information - **Project Name**: iriscc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-18 - **Last Updated**: 2026-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Iris cc # todo 1. 简化语法描述文件,主要剔除私有扩展、原子操作、线程操作等 2. 构建新的AST框架,从antlr的语法分析树构建AST 3. 实现新的AST visitor,从AST构建LLVM IR 4. 为llvm添加新的后端支持 5. 注册并启用新后端 6. 实现相应的汇编器/反汇编器 # usage - cmake: -DLLVM_DIRS="path/to/llvm/build/lib/cmake/llvm"