This is an automated archive made by the Lemmit Bot.

The original was posted on /r/programminglanguages by /u/Aaxper on 2024-11-08 13:35:43+00:00.


I’ve already read Crafting Interpreters, and have some experience with lexing and parsing, but what I’ve written has always been interpreted or used LLVM IR. I’d like to write my own IR which compiles to assembly (and then use an assembler, like NASM), but I haven’t been able to find good resources for this. Does anyone have recommendations for free resources?