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

ArArgon/special-enigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The compiler for Project SiFang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages