Method Parser.LR.Parser()->set_symbol_to_string()
- Method set_symbol_to_string
void set_symbol_to_string(void|function(int|string:string) s_to_s)
- Description
Sets the symbol to string conversion function. The conversion function is used by the various *_to_string functions to make comprehensible output.
- Parameter s_to_s
Symbol to string conversion function. If zero or not specified, use the built-in function.