Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 2 days agoLLVMfiles.catbox.moeexternal-linkmessage-square48fedilinkarrow-up1262arrow-down19
arrow-up1253arrow-down1external-linkLLVMfiles.catbox.moeLena@gregtech.eu to Programmer Humor@programming.devEnglish · 2 days agomessage-square48fedilink
minus-squareLeFantome@programming.devlinkfedilinkarrow-up4·15 hours agoI have built single pass compilers that do everything in one shot without an AST. You are not going to get great error messages or optimization though.
minus-squareKazumara@discuss.tchncs.delinkfedilinkarrow-up1·11 minutes agoOh! Okay, that’s interesting to me! What was the input language? I imagine it might be a little more doable if it’s closer to hardware? I don’t remember that well, but I think the object oriented stuff with dynamic dispatch was hard to deal with.
I have built single pass compilers that do everything in one shot without an AST. You are not going to get great error messages or optimization though.
Oh! Okay, that’s interesting to me! What was the input language? I imagine it might be a little more doable if it’s closer to hardware?
I don’t remember that well, but I think the object oriented stuff with dynamic dispatch was hard to deal with.