polystat / py2eo

Experimental Translator of Python Programs to EO Programming Language
MIT License
8 stars 5 forks source link

Support polystat class inheritance example #317

Open tdv42 opened 2 years ago

tdv42 commented 2 years ago

https://github.com/polystat/polystat-cli#unanticipated-mutual-recursion

https://github.com/polystat/j2eo/tree/master/src/test/resources/awesome_bugs

https://github.com/polystat/awesome-bugs/tree/master/tests

dours commented 2 years ago

This page demonstrates how class inheritance is currently implemented. I hope for more feedback from @fizruk on what should be simplified for polystat to be able to see the inheritance.