Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 268 Bytes

File metadata and controls

18 lines (15 loc) · 268 Bytes

SysY Compiler

A compiler for SysY language, which is a subset of C language.

Build

cmake -B build -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
cmake --build build

Run

./build/sysy

Test

ctest --test-dir build