On Mon, Nov 7, 2011 at 3:24 PM, Benjamin Gudehus <[email protected]> wrote: > Is there a grammar for the sympify-function?
Ah, for the sympify() I think the grammar is just like for Python, with our modification in the file sympy/parsing/sympy_parser.py. I think the only modification is 1 -> Integer(1), and then some parsing of numbers. Depending on your application you can most probably ignore everything except the 1 -> Integer(1) thing. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
