# SNL Compiler **Repository Path**: zixt/snl-compiler ## Basic Information - **Project Name**: SNL Compiler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-18 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 编译: 无寄存器分配版本:./compiler.sh 对应可执行文件为./bin/snl 寄存器分配版本 :./compilerA.sh 对应可执行文件为./bin/snlA 编译器使用: ./bin/snlA -f 输入文件 -o 输出文件 --note(生成注释)