Comment on Compiler Development: Rust or OCaml?parentComments−fuklief3yI believe it means flattening the AST, here is a nice blog post about this technique https://www.cs.cornell.edu/~asampson/blog/flattening.html−hurril3yNice! Thank you! I'd forgotten about that technique - think I read about it in a ancient compiler book (by french authors no less!)EDIT: this was a really interesting read!
Comments
I believe it means flattening the AST, here is a nice blog post about this technique https://www.cs.cornell.edu/~asampson/blog/flattening.html
Nice! Thank you! I'd forgotten about that technique - think I read about it in a ancient compiler book (by french authors no less!)
EDIT: this was a really interesting read!