from Hacker News

Ask HN: People currently [Working] in compilers, what are your goto resources

by serialdev on 12/18/18, 12:15 PM with 2 comments

  • by egberts on 12/18/18, 3:19 PM

  • by serialdev on 12/18/18, 5:47 PM

    Specifically when learning and applying compiler development, advancing to more complex use-cases (code optimization, parallel compilation), programming language theory etc? Do you still use BNF Grammars with Parser Generators, or do you use Parsing combinators? Are you using a specified IR like LLVM's or if not why is that your choice? How do you deal with targetting multiple Architectures?