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
58 stars 7 forks source link

Make PatternVarProjection a data nonterminal #828

Closed krame505 closed 6 months ago

krame505 commented 6 months ago

Changes

While poking around in the MWDA internals I noticed PatternVarProjection had been missed in the refactor to use data nonterminals in the flow analysis.

Documentation

None needed, this just makes a nonterminal into a data nonterminal.

Testing

Jenkins