Mike Gerwitz
a686855e9d
This moves translation from NirToAir into TplShortDesugar, and changes the output from AIR to NIR. This is going to be much easier to reason about as a desugaring operation (and indeed that's always how TAME has implemented it, in XSLT); this keeps the complexity isolated. Ideally, NirToAir wouldn't even accept tokens that it can't handle, but that's going to take quite a bit more work and I don't have the time right now. Instead, we'll fail at runtime with some hopefully-useful information. It shouldn't actually happen in practice. DEV-13708 |
||
---|---|---|
.. | ||
tamec.rs | ||
tameld.rs |