Files
RustAst/src/ast/compiler
Michael Schimmel 78c36cf08d Refactor MacroRegistry to use Rc<MacroMap>
This change introduces Rc<MacroMap> to allow for copy-on-write semantics
when defining macros in nested scopes. When a macro is defined in a
scope that is already shared, the MacroMap is cloned before
modification, ensuring that changes to one scope do not affect others
that share the same map.
2026-03-03 15:55:55 +01:00
..
2026-03-03 15:51:47 +01:00
2026-02-22 10:41:48 +01:00
2026-03-02 23:13:36 +01:00
2026-03-02 23:13:36 +01:00
2026-03-03 15:51:47 +01:00
2026-03-02 23:13:36 +01:00
2026-03-02 23:13:36 +01:00
2026-03-03 15:51:47 +01:00
2026-03-02 23:13:36 +01:00