c-compiler

Tag

Cards List
#c-compiler

Tumble Forth – from assembly to OS with C compiler

Hacker News Top · 2026-08-21 Cached

Virgil Dupras introduces a series of articles aimed at teaching low-level programming by building a Forth system and a partial C compiler from scratch, starting from bare metal to develop operating system concepts.

0 favorites 0 likes
#c-compiler

How I developed an Am29000 C compiler and web browser

Hacker News Top · 2026-08-16 Cached

Oscar Toledo G shares his experience developing a C compiler and web browser for an Am29000 homebrew computer between 1998 and 1999, discussing the technical challenges and the era's technological context.

0 favorites 0 likes
#c-compiler

My web version of Mars MIPS, now have builtin C compiler

Hacker News Top · 2026-07-25 Cached

A web version of the Mars MIPS simulator now includes a built-in C compiler, allowing users to write and simulate MIPS assembly and C code in the browser.

0 favorites 0 likes
#c-compiler

The best WebAssembly runtime may still be no runtime at all

Lobsters Hottest · 2026-07-08 Cached

The article benchmarks the WebAssembly-to-C approach using wasm2c with wide arithmetic support, demonstrating that it remains competitive with dedicated WebAssembly runtimes like Wasmer and Wasmtime in both speed and memory usage.

0 favorites 0 likes
#c-compiler

Semantic reification: how to generate UB-free code with arbitrary control flow?

Hacker News Top · 2026-06-03 Cached

Reify is an open-source random C program generator based on semantic reification that produces undefined-behavior-free code for compiler testing. It has already uncovered 59 bugs in GCC and LLVM, plus additional bugs in OpenJ9 and Linux's eBPF runtime.

0 favorites 0 likes
#c-compiler

Chibil: A C compiler targeting .NET IL

Hacker News Top · 2026-05-31 Cached

Chibil is a C compiler written in C# that targets .NET IL, allowing C code to be compiled into .NET executables. It is based on chibicc and can run DOOM.

0 favorites 0 likes
#c-compiler

Writing a C Compiler, in Zig

Hacker News Top · 2026-04-23 Cached

A developer documents their experience building a C compiler named paella in Zig, following Nora Sandler’s tutorial series.

0 favorites 0 likes
← Back to home

Submit Feedback