sysy
There are 16 repositories under sysy topic.
arcsysu/SYsU-lang
A mini, simple and modular compiler for SYsU/SysY(tiny C). Based on Clang/LLVM/ANTLR4/Bison/Flex.
No-SF-Work/ayame
A compiler that translates SysY (a subset of C language) into ARMv7a, implemented in Java15.
sally-compiler/SallyCompiler
Simple compiler that translates simpified C into ARMv7 assembly
Forever518/Whitee
A tiny compiler which translates SysY(a subset of C language) into ARM-v7a assembly.
github-bowen/BUAA-SysY-Compiler-2022
SysY (Subset of C) Language Compiler - Experimental code of BUAA Compilation Technology Course in 2022. 北航编译技术课程设计2022代码
GeorgeMLP/sysy-compiler
A toy SysY compiler for the PKU compiler course project, 2023 spring.
JakoError/CompileStudy
flex and bison for SysY language
NKU-RuntimeError/SysY-compiler
A simple compiler for SysY (tiny C). Based on Bison, LLVM.
tinsir888/compiler-sysy
NKU CS major compulsory course in 5th semester, taught by Prof. Wang Gang. Finish a compiler of language SysY(A subset of language C), by using auxiliary tools bison and yacc. It is widely regarded as the most difficult compulsory course in computer science.
BakerBunker/sysycompiler
A compiler of SysY(a subset of C language) written in Rust.
wokron/BUAA-Compiler-2023
北航 2023 秋编译技术实验课的代码
jokerwyt/sysy-testsuit-collection
Collections of SysY language testcases.
wokron/sysyc
Sysyc is a compiler for the SysY language. It utilizes QBE IR as its intermediate representation.
CuWO4/SysY-Compiler
a toy compiler that compiles SysY (a subset of C) to RISC-V
jongsh/2023-BUAA-Compiler
2023 Course Design of BUAA Compilation Technology
hoangmaihuy/SysY-Compiler
A SysY to RISC-V Compiler using C++