JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
274 stars 33 forks source link

Avoid use of GlobalRef in SyntaxNode trees #165

Closed c42f closed 1 year ago

c42f commented 1 year ago

This makes the tree more symbolic, by using unique SyntaxNode head types to refer to core macro names, rather than needing an explicit reference to the Core module included in the tree.