|
|
|
|
|
by imoldfella
2610 days ago
|
|
100% agree. If starting now I think you should consider targeting mlir[1]. It fixes many problems you will have with llvm, and allows you to create language specific dialects and transformations. Impressive new work by a top-notch team led by LLVM creator Chris Lattner. It has LLVM as an optional target, so you get that for free. For a parser, you should consider using tree-sitter[2]. Tree-sitter gives you live editor support for free. Impressive work by Max Brunsfeld. [1] https://www.youtube.com/watch?v=qzljG6DKgic
[2] https://www.youtube.com/watch?v=a1rC79DHpmY |
|