Module build_reduced_graph

Source
Expand description

After we obtain a fresh AST fragment from a macro, code in this module helps to integrate that fragment into the module structures that are already partially built.

Items from the fragment are placed into modules, unexpanded macros in the fragment are visited and registered. Imports are also considered items and placed into modules here, but not resolved yet.

Macrosยง

method ๐Ÿ”’

Structsยง

BuildReducedGraphVisitor ๐Ÿ”’

Type Aliasesยง

Res ๐Ÿ”’