tame/tamer/src
Mike Gerwitz ed245bb099 tamer: sym::prefill: Initial typed static symbol concept
We'll see how the syntax evolves over time.  It's not ideal to have to
specify the type, rather than having the compiler infer it, but I don't much
feel like getting into my first procedural macro right now, so we'll stick
with this approach for the time being.

This will set the stage to be able to safely e.g. create QNames statically
at compile-time and would allow us to make any attempts to bypass it
unsafe.
2021-09-23 00:37:39 -04:00
..
bin tamer: frontend: Begin basic XML parsing 2021-07-27 00:37:13 -04:00
frontend tamer: frontend: Begin basic XML parsing 2021-07-27 00:37:13 -04:00
ir tamer: ir::xir::tree: Introduce attribute fragment parsing 2021-09-21 16:07:38 -04:00
ld tamer: tameld: Use buffered writes 2021-08-20 12:14:42 -04:00
obj tamer: ir::asg::section: Provide iterators for major section groups 2021-09-01 11:21:44 -04:00
sym tamer: sym::prefill: Initial typed static symbol concept 2021-09-23 00:37:39 -04:00
test tamer: tameld: Skip fragment unescaping only to re-escape on write 2021-08-18 11:39:06 -04:00
tpwrap tamer: Introduce tpwrap module to contain quick_xml::Error adapter 2021-07-23 23:23:55 -04:00
convert.rs tamer: convert: Add missing method-level docs 2021-09-08 16:12:53 -04:00
fs.rs Copyright year update 2021 2021-07-22 15:00:15 -04:00
global.rs tamer: sym::prefill: Introduce static symbols 2021-09-22 16:08:40 -04:00
ld.rs Copyright year update 2021 2021-07-22 15:00:15 -04:00
lib.rs tamer: ir::asg::ident: AsRef impls for SymbolId types 2021-09-20 16:50:40 -04:00
span.rs tamer: Introduce span 2021-08-13 15:16:39 -04:00