There is a parsing label in our issue tracker: https://code.google.com/p/sympy/issues/list?&q=label%3Aparsing
There are also this wiki page, https://github.com/sympy/sympy/wiki/Parsing, which lists some ideas. Feel free to edit that. By the way, you are looking at the docs for an old version. Make sure that the url says 0.7.2, or dev, or better yet, just look at the code in git. For parsing, there have already been some significant changes since 0.7.2. Basically, for parsing there are two issue. One is writing the parsers themselves, but another is developing a good framework for parsing so that the code doesn't get out of hand. I would consider this second issue the harder of the two, and also the more important. Aaron Meurer On Mon, Feb 25, 2013 at 11:20 AM, Malintha Adikari <[email protected]> wrote: > Hi, > > I would like to join sympy for GSOC 2013. I have gone through the idea list > of sympy GSOC page and I found the "Parsing" project which propose to > generate sympy exression from C,Python etc. code. I am very interesting > about this project and I read the current parsing ( generate C code from > sympy expressions) > documentation.(http://docs.sympy.org/0.7.1/modules/utilities/). I would like > to join this project for GSOC 2013 . Can you point me to the documents,bugs > etc.. related to this module. > > Thank you, > Malintha Adikari > > -- > 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 post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
