For other languages it would be good if there were another library like lfortran that does the hard parsing work so sympy just needs to handle an ast.
Natural language parsing could be useful, though it might be better as a separate library. Aaron Meurer On Sat, Jan 4, 2020 at 2:10 AM Nikhil Maan <[email protected]> wrote: > I wanted to discuss the plans for the parsing module for the upcoming > Google Summer of Code. > > One option is to improve upon GSoC 2019's work and add more features to > the C and Fortran parsers. But, as of now, LFortran has decided to focus > completely on development of the C++ version. So, I think we need to wait > on the Fortran parser. > > Another option is to create new parsers and add support for more languages > to the current infrastructure, like Julia or MATLAB etc. We can even try > Natural Language Processing and try to parse some natural languages' syntax > to SymPy's Expressions. > > Another project that can help the module is to improve the AST. The more > features the AST has , the more features can be implemented into the > existing and new parsers. > > -- > 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/8323181f-a5ae-4f29-907a-f54c4eb0d4f0%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/8323181f-a5ae-4f29-907a-f54c4eb0d4f0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAKgW%3D6LtsppU3dErgyD5RfQ7fPobaMUu_gqYVtkgyX2DWcKrkg%40mail.gmail.com.
