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.

1 day ago ·

https://llvm.org/docs/GettingStarted.html

1 day ago · The later sections of this guide describe the general layout of the LLVM source tree, a simple example using the LLVM toolchain, and links to find more information about LLVM or to get help via e-mail.

Apr 29, 2013 ·

https://releases.llvm.org/

Apr 29, 2013 · Download LLVM provides extensive documentation in HTML form, which is available in the source download and online.

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 · LLVM is a library that is used to construct, optimize and produce intermediate and/or binary machine code . LLVM can be used as a compiler framework, where you provide the "front-end" (parser and lexer) and the "back-end" (code that converts LLVM's representation to actual machine code).

Trending Now