tame/tamer/src/xir/parse
Mike Gerwitz bef68e1634 tamer: nir: Desugar shorthand template params and yield AIR
I had intended for this to be a full vertical slice initially, but AIR's
parser is going to need enough work that it'll muddy this patch a bit too
much.

This keeps the desugaring simple, which is what I was hoping for.

The next step is to load it into the graph and emit regenerated longhand
sources.

I also don't like how the namespace prefix is just being ignored for
shorthand param desugaring.  This is also the case in the XSLT-based
compiler, but this violates TAMER's principle that it should parse every bit
of information; nothing should be ignored.  If something does not contribute
useful information, then it is not a useful construct and ought to be
rejected.

DEV-13708
2023-03-29 12:58:35 -04:00
..
attr Copyright year and name update 2023-01-20 23:37:30 -05:00
ele tamer: parse::parser::Parser: Prevent infinite iteration on finalize 2023-03-10 14:27:58 -05:00
attr.rs Copyright year and name update 2023-01-20 23:37:30 -05:00
ele.rs tamer: nir: Desugar shorthand template params and yield AIR 2023-03-29 12:58:35 -04:00
error.rs Copyright year and name update 2023-01-20 23:37:30 -05:00