Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 282 Bytes

readme.md

File metadata and controls

18 lines (17 loc) · 282 Bytes

使用说明

CMake

  1. Linux、macOS可使用生成可执行文件
sh debug.sh
./compiler
  1. 或者使用CLion集成开发环境打开工程根目录

使用GCC/Clang编译pl0.cpp

clang pl0.cpp
./a.out

Windows下使用

.\compiler.exe