c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成中间代码及可执行文件.
☆261Jun 12, 2017Updated 8 years ago
Alternatives and similar repositories for TinyCompiler
Users that are interested in TinyCompiler are comparing it to the libraries listed below
Sorting:
- c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 …☆189Sep 22, 2017Updated 8 years ago
- C language compiler (LLVM + MIPS dual backend with the visualization interface). Complete models about lexical analysis, syntax analysis,…☆23Jun 17, 2018Updated 7 years ago
- A tiger compiler using FLEX, BISON and LLVM☆11Jun 25, 2013Updated 12 years ago
- Simple library for building DSL parsers in C++ (exodep_cpp)☆18Mar 22, 2018Updated 7 years ago
- A simple C compiler, implemented with C++,bison and flex. Support for generating runnable assembly language. /一个简易的C语言编译器,使用C++,bison和fle…☆19May 10, 2019Updated 6 years ago
- Documentation for YatCPU☆54Nov 15, 2023Updated 2 years ago
- ☆20Aug 11, 2022Updated 3 years ago
- XSKIN 是基于 c++ 和GDI做的 一个UI库. Direct UI库,部分参考Duilib,有些作者自己的想法实现,模仿java事件监听器机制和android布局文件. 内部使用其它该源的jpg, png图片解码库☆12Sep 6, 2017Updated 8 years ago
- TinyCompiler是一款能编译一个经过裁剪的C语言的子的简易编译器,采用了C++11编写☆91Oct 12, 2015Updated 10 years ago
- A mini, simple and modular compiler for SYsU/SysY(tiny C). Based on Clang/LLVM/ANTLR4/Bison/Flex.☆219Nov 27, 2024Updated last year
- A simple, easy to use C++ 11 based HTTP web server☆21Oct 10, 2018Updated 7 years ago
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆34Feb 18, 2023Updated 3 years ago
- Start AI Compiler☆46Feb 26, 2026Updated last week
- Scala-like functional programming helpers for C++11.☆15Jun 10, 2014Updated 11 years ago
- ☆13Feb 8, 2026Updated 3 weeks ago
- Tsll is a Typescript-to-LLVM-IR compiler frontend authored by Singapore Blockchain Innovation Programme (SBIP).☆13Mar 7, 2022Updated 4 years ago
- 一个小型的c语言编译器☆92Jun 15, 2018Updated 7 years ago
- A lex/yacc compiler☆27Apr 13, 2024Updated last year
- A small C11 compiler☆775Jan 31, 2021Updated 5 years ago
- 一套客户端跨平台的网络同步盘系统,采用C++编写,客户端使用了Qt。☆49Mar 28, 2017Updated 8 years ago
- A C implementation of AES got from OpenSSL☆14Dec 19, 2011Updated 14 years ago
- ☆15May 28, 2024Updated last year
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆65Feb 20, 2014Updated 12 years ago
- Minimalistic header-only library for channels and CSP (Communicating sequential process) in C++11.☆16Apr 10, 2023Updated 2 years ago
- Toy RISC-V LLVM backend☆30Aug 15, 2022Updated 3 years ago
- LLVM IR入门指南☆1,502Jan 4, 2026Updated 2 months ago
- A blog for LLVM(v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM.☆14Jun 17, 2022Updated 3 years ago
- Repository used for the master thesis "A Benchmark Suite for Serverless Computing".☆10Dec 10, 2022Updated 3 years ago
- The LLVM Infrastructure Working Group☆18Aug 31, 2022Updated 3 years ago
- A lightweight, multi-tasking graphical operating system, JUST FOR FUN!☆13Oct 8, 2018Updated 7 years ago
- This repo contains LaTeX template for experiment report.☆11Aug 17, 2021Updated 4 years ago
- Lightweight C plotting library without special dependencies for Linux and Win☆12Feb 19, 2021Updated 5 years ago
- A toy complier.☆120Oct 8, 2022Updated 3 years ago
- Compiler Course at USTC in 2018 Fall