On 28/02/2020 20:29, Aaron Meurer wrote:
SymPy indeed reuses Python's built in parser, but it has some extensions to the tokenizer to allow things like implicit multiplication (in sympy.parsing.sympy_parser). These things are not abandoned. You can use them via the parse_expr() function. See https://docs.sympy.org/latest/modules/parsing.html#sympy.parsing.sympy_parser.parse_expr
Thanks Aaron - that is an interesting feature that I knew nothing about. David -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/ac86b02b-0b2a-d873-dd7b-d6c41e6eb115%40dbailey.co.uk.
