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:
- Experimental implementation of a meta-hybrid JIT compiler mixing trace- and method-based compilation strategies.☆31Updated 4 months ago
- Attempt at creating an architecture agnostic jit library, heavily inspired by copy-and-patch.☆17Updated last year
- A ridiculous Python interpreter written—from scratch—in Rust.☆24Updated last week
- A collection of lambda calculus interpreters and development tools☆16Updated 2 years ago
- ☆10Updated 9 years ago
- SOM++ - C++ implementation of the Simple Object Machine Smalltalk☆13Updated last month
- Workflows to build daily and ad hoc compilers for Compiler Explorer☆21Updated last week
- Parser, code model, navigable browser and VM for the SOM Smalltalk dialect☆29Updated 3 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆15Updated last month
- A reusable compiler backend for the i386, x86_64, ARM and AArch64 architecture based on TCC, with an IR on bytecode level including type …☆15Updated last year
- A very boring programming language☆12Updated last month
- A simple interpreter featuring a tracing JIT☆16Updated 14 years ago
- Generic parse tree, configurable lexer, `lemon` parser generator, wrapped for C++17 and Python 3.☆14Updated 4 years ago
- a small C++ lattice library☆15Updated 5 years ago
- ☆17Updated 3 years ago
- A cross platform JIT engine based on Eclipse OMR☆27Updated 5 years ago
- Tiny scheme implementation written in c++17☆31Updated 6 years ago
- S-expressions in Python. Python cross-version compiler. Clean and efficient LISP back end.☆17Updated 5 years ago
- A term rewriting system for experimental programming language development.☆44Updated this week
- Execute and document benchmarks reproducibly.☆94Updated 2 months ago
- The Cubicle model checker☆14Updated last year
- Slides from a talk "Graph-Based Intermediate Representations: An Overview and Perspectives"☆21Updated last year
- CSOM - C implementation of the Simple Object Machine Smalltalk☆11Updated 4 years ago
- Verified and Efficient Matching of Regular Expressions with Lookaround☆24Updated 9 months ago
- egg is a flexible, high-performance e-graph library☆12Updated last year
- WebAssembly interpreter in RPython☆66Updated 6 years ago
- A tool for dependencies validation for ninja build system using strace to detect the real dependencies☆13Updated 6 years ago
- The uncurried minimal functional programming language for CPS transformation☆18Updated last year
- Fast WebAssembly Baseline Compiler☆59Updated 2 years ago
- A fork of Instagram's experimental performance oriented greenfield implementation of Python. It features small objects; a moving GC; hidd…☆47Updated 2 months ago