logoalt Hacker News

cnitylast Wednesday at 10:57 AM0 repliesview on HN

I did this for WebAssembly WAT (an IR that is syntactically similar to lisp) by mapping the AST for my lisp more or less directly to the WAT IR, then emitting the bytecode from there. It was pretty fun.