Skip to content
#

compiler-infrastructure

Here are 15 public repositories matching this topic...

Tiger

Tiger is a Delphi-hosted compiler infrastructure that lets you generate native x86-64 binaries for Windows and Linux — executables, shared libraries, static libraries, and object files — entirely from code. There is no source language to parse. Instead, you construct programs using a fluent Delphi API: define types, declare functions.

  • Updated Jun 6, 2026
  • Pascal
LangVM

LangVM is a Turing-complete language workbench for rapidly building custom programming languages. Using `.lvm` scripts, developers define lexing, Pratt parsing, semantics, MIR, and code generation without recompiling. It can run standalone or embedded in Delphi, enabling fast iteration and native, cross-platform language development.

  • Updated Aug 23, 2026
  • Pascal

Unified toolchain for Rust and Nim with cross-language dependency resolution, compiler-pipeline decomposition, action-graph planning, caching, and resource-aware execution.

  • Updated Sep 13, 2026
  • Rust

Add this topic to your repo

To associate your repository with the compiler-infrastructure topic, visit your repo's landing page and select "manage topics."

Learn more