tame/tamer/src/nir
Mike Gerwitz 896fb3a0e5 tamer: asg::air::ir::AirPkg::PkgImport: New token
This allows us to drop `AirIdent::IdentRef`, which in turn allows dropping
`AirIdent` entirely from `AirPkgAggregate`.

This is also a more appropriate abstraction; having to track all the ways in
which `IdentRef` was used can be confusing.  This means that `AirIdent` is
true to its name---used only for identifiers.  The new token type makes it
very clear where package imports are recognized, and it's also easier to
search for.

DEV-13162
2023-06-05 13:44:49 -04:00
..
air tamer: asg::air::ir::AirMeta: Remove `Tpl` prefix from tokens 2023-05-23 14:44:16 -04:00
interp tamer: nir::interp: Ignore Text tokens 2023-04-30 15:06:58 -04:00
tplshort tamer: nir::tplshort: Generate @desc for generated template 2023-04-13 09:30:27 -04:00
air.rs tamer: asg::air::ir::AirPkg::PkgImport: New token 2023-06-05 13:44:49 -04:00
interp.rs tamer: nir::interp: Ignore Text tokens 2023-04-30 15:06:58 -04:00
parse.rs tamer: asg::air::ir::AirPkg::PkgImport: New token 2023-06-05 13:44:49 -04:00
tplshort.rs tamer: nir::tplshort: Generate @desc for generated template 2023-04-13 09:30:27 -04:00