@@ -685,11 +685,11 @@ # token tags if "tags" in dToken and "" in dNode: for sTag in dNode[""]: if sTag in dToken["tags"]: if bDebug: - print(" MATCH: $" + sTag) + print(" MATCH: /" + sTag) yield dGraph[dNode[""][sTag]] # meta arc (for token type) if "" in dNode: for sMeta in dNode[""]: # not regex here, we just search if exists within