Hi!
I'm new to this platform and I want to make my first post.
In these days, i'm writing my own compiler in Rust for a really simple custom language. The syntax is:
let x = 10;
print?("Hello, ");
Hi! I'm new to this platform and I want to make my first post. In these days, i'm writing my own...
Hi!
I'm new to this platform and I want to make my first post.
In these days, i'm writing my own compiler in Rust for a really simple custom language. The syntax is:
let x = 10;
print?("Hello, ");

Verbose is a small experimental language whose compiler proves properties (like termination) and emits tiny, readable x86-64 — no…

Why are production compilers so complicated? I decided to build one from scratch to find out.

I built a small web scraping framework in Rust, mostly with an AI doing the typing. It's called...

Hey, I've been working on this for a while now and finally feel okay sharing some code examples. Zen...

In Part 1 we built the foundation of our operating system using Rust, dove deep into murky low level...

Hello, I have been working on a new programming language and compiler. Website:...