tea-compiler / tea-compiler.github.ioLinks
Course Webpage of COMP130014 Compiler Principles and Techniques @ Fudan University
☆73Updated 2 weeks ago
Alternatives and similar repositories for tea-compiler.github.io
Users that are interested in tea-compiler.github.io are comparing it to the libraries listed below
Sorting:
- This is the compiler project webpage for the SOFT130061 @ Fudan University.☆38Updated last year
- Library for generating/parsing/optimizing Koopa IR.☆144Updated last month
- BUAASE2019级的编译实验的实验指导与实验安排☆118Updated 3 years ago
- 2022 年春季学期清华大学《软件分析与验证》课程实验平台 (Lab for Software Analysis and Verification, 2022 Spring, Tsinghua University)☆211Updated 10 months ago
- A mini, simple and modular compiler for SYsU/SysY(tiny C). Based on Clang/LLVM/ANTLR4/Bison/Flex.☆221Updated last year
- Local test cases for SysY compilers, used by compiler-dev.☆28Updated 3 years ago
- tiger compiler reference to Modern Compiler Implementation in C (Tiger Book).☆55Updated 3 years ago
- 本仓库包含上海交通大学IPADS实验室设计的操作系统课程系列实验,以及前置课程ICS/CSAPP的系列实验。☆494Updated last month
- A collection of assignments on large language models, serving for both beginners to get started and pros to practice advanced tech.☆45Updated 10 months ago
- The MOSAIC Operating Systems Model and Checker☆207Updated 2 years ago
- Guide for ICSPA MOOC☆88Updated 2 years ago
- Lectures for the class on Compilers@software.nju.edu.cn☆214Updated last year
- 编译原理龙书答案☆234Updated 9 years ago
- Study Materials☆82Updated 2 years ago
- My solutions to the programming assignments of the Stanford Compiler course.☆384Updated 11 years ago
- ☆69Updated 3 years ago
- Optimizing compiler for SysY (C subset)☆44Updated last year
- MIT 6.828 (6.S081) (6.1810) xv6-labs-2022 实验的答案和解析☆173Updated 6 months ago
- 2021年中国科学技术大学编译原理(H)课程实验项目☆25Updated 2 years ago
- 编译原理(紫龙书)中文第2版习题答案。Compilers Principles, Techniques, & Toos (purple dragon book) second edition practice answer.☆180Updated 12 years ago
- RUC Educational Database Project open lab☆228Updated 4 months ago
- Papers We Love on Compilers☆35Updated last year
- Problem Set for Course Compilers@software.nju.edu☆40Updated last year
- 2022 Chcore Lab☆50Updated 3 years ago
- ☆10Updated last year
- My solutions to NJU Static Program Analysis assignments: https://tai-e.pascal-lab.net/en/intro/overview.html☆52Updated 3 years ago
- The example SysY compiler Kira for PKU compiler course, written in Rust.☆93Updated 2 months ago
- A toy compiler written in C++17 that translates SysY (a C-like toy language) into ARM-v7a assembly.☆146Updated 4 years ago
- An optimizing compiler targeting armv7 and risc-v32☆63Updated last year
- 该编译器主要用来将SysY语言编译为arm汇编指令,并且对编译生成的代码进行优化。SysY 语言是 C 语言的一个子集。每个 SysY程序的源码存储在一个扩展名为 sy 的文件中。该文件中有且仅有一个名为 main的主函数定义,还可以包含若干全局变量声明、常量声明和其他函数…☆71Updated 3 years ago