Hacker News new | ask | show | jobs
by EllipticCurve 2279 days ago
I am currently writing my own compiler for a smaller language :)

This is my first real compiler and it's lots of fun!!! It's also my first time working with x86-64 assembler (compiler target).

I'll write a Show HN post when I finished it.