DaviesGit / SysY_compilerLinks
该编译器主要用来将SysY语言编译为arm汇编指令,并且对编译生成的代码进行优化。SysY 语言是 C 语言的一个子集。每个 SysY程序的源码存储在一个扩展名为 sy 的文件中。该文件中有且仅有一个名为 main的主函数定义,还可以包含若干全局变量声明、常量声明和其他函数定义。SysY语言支持 int 类型和元素为 int 类型且按行优先存储的多维数组类型,其中 int 型整数为 32 位有符号数;const 修饰符用于声明常量。
☆68Updated 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
Sorting:
- 简化的c语言(SysY)编译器☆33Updated 2 years ago
- Optimizing compiler for SysY (C subset)☆42Updated last year
- A toy SysY compiler, for PKU compiler course project, 2022 fall.☆22Updated 2 years ago
- 华中科技大学编译原理实验2019☆82Updated 4 years ago
- 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…☆10Updated 3 years ago
- A toy compiler written in C++17 that translates SysY (a C-like toy language) into ARM-v7a assembly.☆138Updated 3 years ago
- 南京大学编译原理实验☆121Updated 3 years ago
- An optimizing compiler targeting armv7 and risc-v32☆61Updated 4 months ago
- ZJU 编译原理大作业☆17Updated 4 years ago
- BUAASE2019级的编译实验的实验指导与实验安排☆119Updated 2 years ago
- ☆50Updated 4 years ago
- 中山大学编译原理课程实验(完全重构版本)☆109Updated last week
- 操作系统 2019 ucore labs☆46Updated 5 years ago
- ZJU 2020年短学期Linux程序设计课程大作业,用C语言实现了一个shell程序的基本功能,还包括管道,重定向,后台执行等功能☆51Updated 3 years ago
- 全国大学生计算机系统能力大赛编译系统设计赛项目☆245Updated 4 years ago
- A mini, simple and modular compiler for SYsU/SysY(tiny C). Based on Clang/LLVM/ANTLR4/Bison/Flex.☆214Updated 6 months ago
- 南京大学 编译原理 作业 151220129 计科 吴政亿☆79Updated 6 years ago
- 2021年中国科学技术大学编译原理(H)课程实验 项目☆24Updated last year
- Explain discrete mathematics in details☆60Updated 4 years ago
- MimiC is a compiler of C subset (extended SysY language) by USTB NSCSCC team.☆60Updated 2 years ago
- ☆129Updated this week
- 编译原理龙书答案☆197Updated 9 years ago
- 南开大学软件学院编译原理作业:简单C语言编译器☆44Updated 4 years ago
- tiger compiler reference to Modern Compiler Implementation in C (Tiger Book).☆50Updated 3 years ago
- 华中科技大学计算机科学与技术学院2017级汇编语言程序设计实验☆21Updated 5 years ago
- 一本工具指南和开箱即用配置,旨在让大家选用和上手合适的工具。☆156Updated last year
- 中国科学技术大学编译原理课程实验项目☆50Updated last year
- 2022 ZJU Database System Project☆31Updated 2 years ago
- Course materials in junior year☆61Updated 4 years ago
- A compiler that translates SysY (a subset of C language) into ARMv7a, implemented in Java15.☆60Updated 3 years ago