You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recursion-ninja
changed the title
Assert that input chracters are in the alphabet when read in in a TCM file
Assert that input chracters are in the alphabet when reading in a TCM file
Nov 17, 2020
When we read in data files and associate them with a TCM, they inherit the alphabet defined in the TCM file.
We need to assert that every symbol found in the input files are symbols defined in the alphabet of the TCM file.
If we don't do this at "unification time," we can get very, very cryptic errors with empty dynamic character elements when decorating the tree.
The text was updated successfully, but these errors were encountered: