Settings

Theme

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

8 points by serialdev 7 years ago · 2 comments


egberts 7 years ago

LLVM - http://llvm.org/docs/

serialdevOP 7 years ago

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?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection