shansingyisi / small-compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisite

For Ubuntu 20.10 (need g++ 10)

sudo apt-get update
sudo apt-get install -y libgtest-dev libfmt-dev cmake git g++

Run test

git clone https://github.com/zerolfx/small-compiler
cd small-compiler
mkdir build && cd build
cmake ..
make -j
cd ../test
../build/test/test

About


Languages

Language:C++ 98.5%Language:CMake 1.5%