tame/tamer/src/xir/parse
Mike Gerwitz a5c7067c68 tamer: xir::parse::ele: Remove NT `todo!` for state transition
Everything except for one state was already accounted for.  We can now have
confidence that the parser will never panic due to state transitions (beyond
legitimate error conditions).

There are some `unreachable!`s to contend with still.

DEV-7145
2022-09-14 09:41:53 -04:00
..
attr tamer: xir::parse: Extract and generalize NT errors 2022-09-14 09:28:31 -04:00
ele tamer: xir::parse::ele: Extract sum NT error from `ele_parse!` 2022-09-13 09:20:29 -04:00
attr.rs tamer: xir::parse: Extract and generalize NT errors 2022-09-14 09:28:31 -04:00
ele.rs tamer: xir::parse::ele: Remove NT `todo!` for state transition 2022-09-14 09:41:53 -04:00
error.rs tamer: xir::parse: Extract and generalize NT errors 2022-09-14 09:28:31 -04:00