The string representation of tokens can currently trigger unexpected calls to doubles for classes implementing __toString. This creates errors which are very hard to debug.
The StringUtil should detect prophecy doubles and avoid calling __toString on them.
The string representation of tokens can currently trigger unexpected calls to doubles for classes implementing
__toString
. This creates errors which are very hard to debug. The StringUtil should detect prophecy doubles and avoid calling__toString
on them.