tame/tamer/src/xir
Mike Gerwitz a197267a2d tamer: xir::flat: Remove closing tag name from label
This is now visible in the diagnostic output.  Example at this point in
time, on an xmlo file for one of our smallest systems:

error: expected closing tag for `preproc:symtable`
  --> /home/.../foo.xmlo:16:4
   |
   |    <preproc:symtable xmlns:map="http://www.w3.org/2005/xpath-functions/map">
   |    -----------------
   = note: element `preproc:symtable` is opened here

  --> /home/.../foo.xmlo:11326:4
   |
   |    </preproc:wrong>
   |    ^^^^^^^^^^^^^^^^
   = error: expected `</preproc:symtable>`

DEV-12151
2022-04-28 15:47:34 -04:00
..
attr tamer: diagnose: Introduction of diagnostic system 2022-04-13 15:22:46 -04:00
flat tamer: parse::Parser (last_span): Replace Option with UNKNOWN_SPAN 2022-04-12 09:59:00 -04:00
reader tamer: Introduce context into XirReader 2022-04-08 16:16:23 -04:00
tree tamer: xir::parse::Transition: Generalize flat::Transition 2022-03-17 16:02:05 -04:00
attr.rs tamer: parse: More flexible Transition API 2022-03-25 16:45:32 -04:00
error.rs tamer: diagnose: Introduction of diagnostic system 2022-04-13 15:22:46 -04:00
escape.rs tamer: Remove wip-xmlo-xir-reader 2022-04-11 16:11:49 -04:00
flat.rs tamer: xir::flat: Remove closing tag name from label 2022-04-28 15:47:34 -04:00
iter.rs tamer: {ir::=>}{asg, xir} 2021-11-04 16:13:27 -04:00
pred.rs tamer: {ir::=>}{asg, xir} 2021-11-04 16:13:27 -04:00
reader.rs tamer: diagnose: Introduction of diagnostic system 2022-04-13 15:22:46 -04:00
tree.rs tamer: diagnose: Introduction of diagnostic system 2022-04-13 15:22:46 -04:00
writer.rs tamer: diagnose: Introduction of diagnostic system 2022-04-13 15:22:46 -04:00