tame/tamer/src/bin
Mike Gerwitz c42e693b14 tamer: Introduce desugaring operation for shorthand template application
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
2023-03-21 14:38:07 -04:00
..
tamec.rs tamer: Introduce desugaring operation for shorthand template application 2023-03-21 14:38:07 -04:00
tameld.rs tamer: Remove graphml target 2023-01-26 14:45:17 -05:00