nzh63 / syc
Optimizing compiler for SysY (C subset)
☆40Updated 9 months ago
Alternatives and similar repositories for syc:
Users that are interested in syc are comparing it to the libraries listed below
- A toy compiler written in C++17 that translates SysY (a C-like toy language) into ARM-v7a assembly.☆137Updated 3 years ago
- MimiC is a compiler of C subset (extended SysY language) by USTB NSCSCC team.☆58Updated last year
- An optimizing compiler in the Chinese Collegiate Student System Capability Challenge (Compiler Track) 2021☆61Updated 2 years ago
- 该编译器主要用来将SysY语言编译为arm汇编指令,并且对编译生成的代码进行优化。SysY 语言是 C 语言的一个子集。每个 SysY程序的源码存储在一个扩展名为 sy 的文件中。该文件中有且仅有一个名为 main的主函数定义,还可以包含若干全局变量声明、常量声明和其他函数…☆66Updated 2 years ago
- A compiler for a C-like toy language (named "SysY") into ARMv7a assembly, written in C++17☆43Updated 4 years ago
- 全国大学生计算机系统能力大赛编译系统设计赛项目☆242Updated 3 years ago
- A fast compiler for SysY code☆18Updated 2 years ago
- A toy SysY compiler, for PKU compiler course project, 2022 fall.☆23Updated 2 years ago
- 简化的c语言(SysY)编译器☆33Updated 2 years ago
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆249Updated 7 years ago
- tiger compiler reference to Modern Compiler Implementation in C (Tiger Book).☆46Updated 2 years ago
- 2021年华为毕昇杯中国科学技术大学Maho_Shojo队二等奖作品☆27Updated 2 years ago
- BUAASE2019级的编译实验的实验指导与实验安排☆115Updated 2 years ago
- Library for generating/parsing/optimizing Koopa IR.