Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 282 Bytes

tiger-compiler

《现代编译原理 C语言描述》书中 Tiger 语言编译器的实现

编程环境:Windows + PowerShell + MinGW-w64(GCC on Windows)

编译命令,以第一章的例程为例:

cd yourpath\tiger-compiler\chap1

mingw32-make clean

mingw32-make