Comment on Writing a compiler in Python using Lex, Yacc and LLVMparentComments−anamax16y> you really want to have for example floating point to be behaving exactly like in target languageYou keep writing that like it's a hard thing to do. It isn't. More to the point, it's a small part of the whole problem.
Comments
> you really want to have for example floating point to be behaving exactly like in target language
You keep writing that like it's a hard thing to do. It isn't. More to the point, it's a small part of the whole problem.