Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 692 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 692 Bytes

special-enigma

This project contains unfixed bugs.


Description

SiFang (四方) compiler from UESTC.

Developers: ArArgon, uestc pb, TrancedYou, henry-bugfree.

Specifications

Laguage: C++17
Dependencies: CMake, Clang (or any compiler supporting C++17), Bison, Flex

Build

cmake ./CMakeLists.txt

or

make

Usage

Standard mode:

./compiler -S <source> -o <targetASM>

Optimized (performance) mode:

./compiler -S <source> -o <targetASM> -O2

If you would like to see debug info, append -debug.