Building Your Own Programming Language with LLVM, Rust (Part 2): IR Generation
With the frontend work out of the way, we turn our attention to a new challenge, transforming this funny looking tree structure into something that a processor can understand (using LLVM of course, duh). Although LLVM does not provide any Rust libraries, it does provide header files to invoke in C/C++. Rust was designed to … Continue reading Building Your Own Programming Language with LLVM, Rust (Part 2): IR Generation
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed