I’ve added some docstrings (a lot) to my grammar, and the grammar compiles but when I try to run ACE on anything at all, I get:
ace: type.c:625: type_to_string: Assertion `ty->name[0]=='"'' failed.
What did I likely do wrong? I tested things with one docstring, with and without whitespace preceding the opening “”", and things work. Before I start binary search, anyone knows what sort of thing can be the culprit?