tame/tamer/src
Mike Gerwitz 6252758730 tamer: asg::Object: Introduce Object::Ident
This wraps `Ident` in a new `Object` variant and modifies `Asg` so that its
nodes are of type `Object`.

This unfortunately requires runtime type checking.  Whether or not that's
worth alleviating in the future depends on a lot of different things, since
it'll require my own graph implementation, and I have to focus on other
things right now.  Maybe it'll be worth it in the future.

Note that this also gets rid of some doc examples that simply aren't worth
maintaining as the API evolves.

DEV-11864
2022-05-19 12:33:59 -04:00
..
asg tamer: asg::Object: Introduce Object::Ident 2022-05-19 12:33:59 -04:00
bin tamer: Remove wip-frontends feature flag 2022-05-04 09:37:10 -04:00
diagnose Copyright year update 2022 2022-05-03 14:14:29 -04:00
iter Copyright year update 2022 2022-05-03 14:14:29 -04:00
ld tamer: asg::Object: Introduce Object::Ident 2022-05-19 12:33:59 -04:00
obj tamer: asg::Object: Introduce Object::Ident 2022-05-19 12:33:59 -04:00
sym Copyright year update 2022 2022-05-03 14:14:29 -04:00
test Copyright year update 2022 2022-05-03 14:14:29 -04:00
xir Copyright year update 2022 2022-05-03 14:14:29 -04:00
convert.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
diagnose.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
fs.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
global.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
iter.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
ld.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
lib.rs tamer: Move Dim and {Sym=>}Dtype into num module 2022-05-19 10:39:21 -04:00
num.rs tamer: num: Header typo correction 2022-05-19 12:02:38 -04:00
parse.rs tamer: parse: Persistent context 2022-05-18 16:15:09 -04:00
span.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
xir.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00