expr-eval
                                
                                 expr-eval copied to clipboard
                                
                                    expr-eval copied to clipboard
                            
                            
                            
                        Position of syntax error in parsed string
Hi, I am looking for a way to get some syntax error information from the parser in case there is any.
Something like the position of the offending character or token in the parsed expression string could be enough.
Is there anything I could use?
Thank you
Certain types of syntax errors include the character position in the error message, but it's not consistent. That could definitely use some work, maybe including using a custom Error sub-class that includes position properties instead of just a string.