|
|
|
|
|
by da4c30ff
3711 days ago
|
|
This is something that I'm actually writing for my own programming language, coincidentally also written in Rust. My idea was to label each expression with these flags, i.e. is the expression constant?, tail recursive?, etc., and then make that information available for the text editor and other tooling, so the user can instantly see certain things about their program, and see the type of optimizations the compiler will do for them. |
|