Post #1750296
2026-04-15 18:58 UTC
@dougmerritt @j2kun I often do the midend first.
Replies (1)
-
@thalia@discuss.systems 2026-04-15 19:12
@dougmerritt @j2kun In my current research project, which involves implementing a stripped down LLVM IR, I implemented the parser first, which was a bad idea. I don't want both an AST and IR, so I'm iteratively refactoring my AST into an IR. I also already built an SMT IR with backends for Z3 and SMT-LIB, making this the opposite of my usual approach.