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

Revert change to ignore trackedness/dataness in unification #804

Open krame505 opened 11 months ago

krame505 commented 11 months ago

The check for whether a nonterminalType is data and whether it is tracked are disabled in #773, to permit changing the dataness/trackedness of types referenced in the Silver compiler. This should be reverted once we are done making changes for these types.