I went through the parsing and code generation ideas page. 
 There seems to be good parsing  support for C and Fortran. There is scope 
to extend Fortran support for various constructs (dependent on LFortran) & 
adding features like  multi dimensional arrays, pointers in C. 
Another useful project would be adding support for Julia, firstly adding a 
front end around an AST.  It seems there isn't a grammar spec at all (DOC: 
language specification · Issue #4144 · JuliaLang/julia (github.com) 
<https://github.com/JuliaLang/julia/issues/4144>), so for this a Python 
front end would probably need to be made which is considerable effort 
(using this working official parser 
<https://github.com/JuliaLang/julia/blob/master/src/julia-parser.scm> as a 
reference).  
Any advice on this and other existing work to check 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 sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/0d7f91a8-cca0-4372-8443-c028fa0fd951n%40googlegroups.com.

Reply via email to