this repository is for the lab homework of Compilers.
The lab homework for Compilers course has four parts. I will do them in order and commit to the corresponding directory.
The files for Lab 1 were putted in the syntax.d directory. You should go to the syntax.d directory for the lab 1. and there also have a readme.md file. the detail about lab 1 will be given by that file.
The files for Lab 2 were putted in the Semantics.d directory. You should go to the Semantics.d directory for the lab 2. and there also have a readme.md file. the detail about lab 2 will be given by that file.
The files for Lab 3 were putted in the IntermediateCode.d directory. You should go to the IntermediateCode.d directory for the lab 3. and there also have a readme.md file. the detail about lab 3 will be given by that file.
The files for Lab 4 were putted in the CodeGen.d directory. You should go to the CodeGen.d directory for the lab 4. and there also have a readme.md file. the detail about lab 4 will be given by that file.