Search Articles — Sudonull

Search Results

In this project

Compiler from scratch: lexer parser type inference

https://sudonull.com/compiler-from-scratch-lexer-parser-type-inference

Experience creating a compiler for my own language: from lexer to LLVM IR. Handling generics, lambdas, linking. For middle/senior developers. Learn approaches without deep knowledge.

From the web

Jun 16, 2026 ·

https://llvm.org/

Jun 16, 2026 · The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines.

Aug 18, 2023 ·

https://www.infoworld.com/article/2261861/what-is-llvm-the-power-behind-swift-rust-clang-and-more.html

Aug 18, 2023 · LLVM is a compiler framework for programmatically generating machine-native code. Developers use it to roll out new languages and enhance existing ones.

Jun 30, 2020 ·

https://stackoverflow.com/questions/2354725/what-exactly-is-llvm

Jun 30, 2020 · An LLVM -based compiler: This is a compiler built partially or completely with the LLVM infrastructure. For example, a compiler might use LLVM for the frontend and backend but use GCC and GNU system libraries to perform the final link. LLVM has this meaning in the following sentence, for example: "I used LLVM to compile C programs to a MIPS ...

Apr 3, 2025 ·

https://medium.com/@aastha.j901/a-deep-dive-into-llvm-the-future-of-compiler-technology-aa6ceaa4f761

Apr 3, 2025 · Figure 1. An overview of LLVM (adapted from [1]). The Low-Level Virtual Machine, or LLVM , is a strong, flexible compiler architecture made to optimize code in eclectic programming languages at ...

Trending Now