# Compiler-java **Repository Path**: cirtl/Compiler-java ## Basic Information - **Project Name**: Compiler-java - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-10 - **Last Updated**: 2022-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Compiler, Llvm, MiniSysY ## README # Compiler-java A simple compiler in java ## 指令 * 编译 ```shell javac src/Main.java -cp src/ -d bin/ -encoding UTF-8 ``` * 运行 ```shell java -cp bin/ Main $input $ir ```