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
☆12Updated 2 years ago
Alternatives and similar repositories for TigerCompiler
Users that are interested in TigerCompiler are comparing it to the libraries listed below
Sorting:
- Experimental implementation of a meta-hybrid JIT compiler mixing trace- and method-based compilation strategies.☆31Updated 3 months ago
- A simple interpreter featuring a tracing JIT☆16Updated 14 years ago
- Parser, code model, navigable browser and VM for the SOM Smalltalk dialect☆29Updated 2 years ago
- JIT compiler for Scheme targeting x86-64 platforms☆31Updated 6 years ago
- A reusable compiler backend for the i386, x86_64, ARM and AArch64 architecture based on TCC, with an IR on bytecode level including type …☆14Updated last year
- A ridiculous Python interpreter written—from scratch—in Rust.☆23Updated this week
- ☆18Updated 5 years ago
- ☆11Updated 3 years ago
- The uncurried minimal functional programming language for CPS transformation☆18Updated last year
- PySOM - The Simple Object Machine Smalltalk implemented in Python☆27Updated last month
- Slides from a talk "Graph-Based Intermediate Representations: An Overview and Perspectives"☆21Updated last year
- ☆10Updated 9 years ago
- Partial evaluation of Python code☆22Updated 2 years ago
- SOM++ - C++ implementation of the Simple Object Machine Smalltalk☆13Updated 2 weeks ago
- A collection of lambda calculus interpreters and development tools☆15Updated 2 years ago
- S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.☆17Updated 5 years ago
- Generate formatted C++ from Racket S-expressions☆36Updated 9 years ago
- quick c☆35Updated 3 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated last month
- A meta tracing JIT for x86 and interpreters written in C/C++☆36Updated 8 years ago
- Attempt at creating an architecture agnostic jit library, heavily inspired by copy-and-patch.☆15Updated last year
- A Self-Hosting LISP to LLVM-IR Compiler☆28Updated 5 years ago
- Bottom Up Rewrite Generator☆29Updated 7 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆44Updated last month
- Generic parse tree, configurable lexer, `lemon` parser generator, wrapped for C++17 and Python 3.☆14Updated 4 years ago
- My Own Linear Lisp☆41Updated 6 years ago
- Automatically exported from code.google.com/p/anic☆6Updated 10 years ago
- ☆21Updated 12 years ago
- Numba compatible SCFG (Structured Control Flow Graphs) utilities.☆22Updated 3 weeks ago
- KORE to llvm translation☆39Updated 3 weeks ago