melt-umn / silver

An attribute grammar-based programming language for composable language extensions
http://melt.cs.umn.edu/silver/
GNU Lesser General Public License v3.0
57 stars 7 forks source link

Fix spurious appearances of silver:core:stringAppend in reference locations of string template expressions #756

Closed krame505 closed 1 year ago

krame505 commented 1 year ago

Changes

Fix another instance where we need to override an extension's reference locations to avoid including names from an extension's forward.

Documentation

Minor fix, not needed.