Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Rust HIR

< >

Rust HIR, aka Rust High-level Intermediate Representation, is an intermediate representation language created in 2015.

#2582on PLDB 9Years Old
REPL


Example from the web:
#[prelude_import] use ::std::prelude::rust_2015::*; #[macro_use] extern crate std; fn main() { let mut vec = Vec::new(); vec.push(1); vec.push(2); }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0