Albus-Tan / TigerCompilerLinks
A compiler for Tiger language includes lexical analysis using flexc++, parsing using Bisonc++, type checking, building abstract syntax tree, instruction selection, register allocation and garbage collection, can produce complete assembly code on X86-64 CPU
☆13Updated 2 years ago
Alternatives and similar repositories for TigerCompiler
Users that are interested in TigerCompiler are comparing it to the libraries listed below
Sorting:
- Attempt at creating an architecture agnostic jit library, heavily inspired by copy-and-patch.☆17Updated last year
- Experimental implementation of a meta-hybrid JIT compiler mixing trace- and method-based compilation strategies.☆32Updated 6 months ago
- SOM++ - C++ implementation of the Simple Object Machine Smalltalk☆13Updated 2 months ago
- A collection of lambda calculus interpreters and development tools☆16Updated 3 years ago
- Generic parse tree, configurable lexer, `lemon` parser generator, wrapped for C++17 and Python 3.☆14Updated 4 years ago
- A ridiculous Python interpreter written—from scratch—in Rust.☆25Updated last week
- Parser, code model, navigable browser and VM for the SOM Smalltalk dialect☆29Updated 3 years ago
- Tiny scheme implementation written in c++17☆31Updated 6 years ago
- CSOM - C implementation of the Simple Object Machine Smalltalk☆10Updated 4 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆15Updated last week
- a small C++ lattice library☆15Updated 5 years ago
- An experimental method JIT for CPython 3☆29Updated 9 years ago
- A simple interpreter featuring a tracing JIT☆16Updated 14 years ago
- A term rewriting system for experimental programming language development.☆47Updated 3 weeks ago
- JIT compiler for Scheme targeting x86-64 platforms☆31Updated 6 years ago
- A very boring programming language☆12Updated 2 months ago
- Light weight thread library☆67Updated last year
- The space of memory management research and systems produced by the PLASMA lab (https://plasma-umass.org).☆20Updated 4 years ago
- A self sufficient programming language: have your cake and eat it at compile time☆13Updated this week
- A reusable compiler backend for the i386, x86_64, ARM and AArch64 architecture based on TCC, with an IR on bytecode level including type …☆16Updated last year
- A cross platform JIT engine based on Eclipse OMR☆27Updated 6 years ago
- A meta tracing JIT for x86 and interpreters written in C/C++☆36Updated 8 years ago
- mirror of ecl from gitlab☆19Updated 11 months ago
- Memory Management ToolKit☆37Updated 3 months ago
- Code to go with my article "The AWK book's 60-line version of Make"☆14Updated 2 years ago
- Learn Compiler Writing with the Feeny Programming Language☆12Updated 5 years ago
- A Parallelism Profiler with What-If analyses for Intel Threading Building Blocks (TBB) programs☆13Updated 7 years ago
- PackCC is a packrat parser generator for C.☆26Updated 6 years ago
- ☆10Updated 9 years ago
- Bottom Up Rewrite Generator☆29Updated 8 years ago