Skip to content

jihandong/tiger_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiger_compiler

Tiger compiler implemnted in C++.

PS:If you are using Msys2 on windows, you should set cxx compiler manually.

mkdir build
cd build
cmake ../ -DCMAKE_CXX_COMPILER=/ucrt64/bin/g++.exe