15:05
<bakkot>
neat https://discourse.llvm.org/t/rfc-jsir-a-high-level-ir-for-javascript/90456
15:10
<bakkot>

We distinguish between l-values and r-values in JSIR [...] L-values and r-values are represented in the same way in the AST

only because you chose a dumb AST...

15:21
<Michael Ficarra>
I mean, it's just estree, right?