DaviesGit / SysY_compiler
该编译器主要用来将SysY语言编译为arm汇编指令,并且对编译生成的代码进行优化。SysY 语言是 C 语言的一个子集。每个 SysY程序的源码存储在一个扩展名为 sy 的文件中。该文件中有且仅有一个名为 main的主函数定义,还可以包含若干全局变量声明、常量声明和其他函数定义。SysY语言支持 int 类型和元素为 int 类型且按行优先存储的多维数组类型,其中 int 型整数为 32 位有符号数;const 修饰符用于声明常量。
☆67Updated 2 years ago
Alternatives and similar repositories for SysY_compiler:
Users that are interested in SysY_compiler are comparing it to the libraries listed below
- 简化的c语言(SysY)编译器☆33Updated 2 years ago
- Optimizing compiler for SysY (C subset)☆41Updated 11 months ago
- A toy compiler written in C++17 that translates SysY (a C-like toy language) into ARM-v7a assembly.☆138Updated 3 years ago
- A toy SysY compiler, for PKU compiler course project, 2022 fall.☆22Updated 2 years ago
- BUAASE2019级的编译实验的实验指导与实验安排☆116Updated 2 years ago
- 2021年中国科学技术大学编译原理(H)课程实验项目☆25Updated last year
- 全国大学生计算机系统能力大赛编译系统设计赛项目☆244Updated 3 years ago
- An optimizing compiler in the Chinese Collegiate Student System Capability Challenge (Compiler Track) 2021☆61Updated last month
- Guide for ICSPA MOOC☆75Updated last year
- 南京大学编译原理实验☆110Updated 2 years ago
- 华中科技大学编译原理实验2019☆81Updated 3 years ago
- ☆113Updated 2 weeks ago
- 中国科学技术大学编译原理课程实验项目☆49Updated last year
- 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…☆9Updated 3 years ago
- A compiler that translates SysY (a subset of C language) into ARMv7a, implemented in Java15.☆59Updated 3 years ago
- MimiC is a compiler of C subset (extended SysY language) by USTB NSCSCC team.☆58Updated 2 years ago
- 2021年华为毕昇杯中国科学技术大学Maho_Shojo队二等奖作品☆27Updated 2 years ago
- A mini, simple and modular compiler for SYsU/SysY(tiny C). Based on Clang/LLVM/ANTLR4/Bison/Flex.☆215Updated 3 months ago
- ☆50Updated 4 years ago
- ☆18Updated 3 years ago
- Library for generating/parsing/optimizing Koopa IR.☆114Updated 3 months ago
- 北京大学2021-2022编译原理Lab, SysY编译器 PKU 2021-2022 Compiler Principles, a SysY compiler☆9Updated 2 years ago
- 编译原理龙书答案☆183Updated 8 years ago
- PLCT实验室实习生社区。☆229Updated this week
- 2021年OS比赛获奖赛题(文档/代码开源),可用于2022年参赛同学的学习和提高☆48Updated 3 years ago
- 历年 CSP 真题代码☆60Updated 3 years ago
- A toy database, the final project of ZJU Database System Concept course☆55Updated 2 years ago
- Lab of 6.S081 / Fall 2020☆79Updated 4 years ago
- USTC_CA_2021Spring 中科大 计算机体系结构☆23Updated last year
- ☆389Updated 10 months ago