tame/tamer/src/asg
Mike Gerwitz b30018c23b tamer: xmli reconstruction of desugared interpolated metavars
Well, this is both good news and bad news.

The good news is that this finally produces the expected output and
reconstructs sources from interpolated values on the ASG.  Yay!

...the bad news is that it's wrong.  Notice how the fixpoint test is
disabled.

So, my plan was originally to commit it like this first and see if I was
comfortable relaxing the convention that `<param>` nodes had to appear in
the header.  That's nice to do, that's cleaner to do, but would the
XSLT-based compiler really care?  I had to investigate.

Well, turns out that TAMER does care.  Because, well over a decade ago, I
re-used `<param>`, which could represent not only a template param, but also
a global param, or a function param.

So, XML->NIR considers all `<param>` nodes at the head of a template to be
template parameters.  But after the first non-header element, we transition
to another state that allows it to be pretty much anything.

And so, I can't relax that restriction.

And because of that, I can't just stream the tree to the xmli generator,
I'll have to queue up nodes and order them.

Oh well, I tried.

DEV-13163
2023-07-17 14:20:05 -04:00
..
air tamer: asg: Root abstract identifiers in active container 2023-07-17 14:20:04 -04:00
graph tamer: xmli reconstruction of desugared interpolated metavars 2023-07-17 14:20:05 -04:00
.gitignore tamer: Embed ASG ontology visualization in rustdoc-generated docs 2023-03-10 14:28:00 -05:00
air.rs tamer: asg: Root abstract identifiers in active container 2023-07-17 14:20:04 -04:00
error.rs tamer: asg::air: Support abstract biding of `Expr`s 2023-07-13 10:48:26 -04:00
graph.rs tamer: asg: Reduce Debug output of `Asg` and `AirAggregateCtx` 2023-05-23 16:15:38 -04:00
mod.rs tamer: Newtypes for all Infallible ParseState errors 2023-06-12 12:33:22 -04:00