You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon! Recently we have tried to integrate py2eo into polystat-cli. The integration process went smoothly. We ran the translator for simple test files . For example, classes.py
There is little correspondence between EO output and Python code. It is not clear, where classes and methods are. It also seems like there are some features of Python that are not suported.
Judging by test.py and test_imports.py, imports are not supported by the translator yet. Without imports it would be very unlikely to get many results by analyzing the real world projects.
The text was updated successfully, but these errors were encountered:
@nikololiahim Good night! There are many questions in one issue here. I will try to make the Base/Derived example fully supported first. If you don't mind.
Description
Good afternoon! Recently we have tried to integrate
py2eo
into polystat-cli. The integration process went smoothly. We ran the translator for simple test files . For example,classes.py
is translated into
classes.eo
as follows:Issues
test.py
andtest_imports.py
, imports are not supported by the translator yet. Without imports it would be very unlikely to get many results by analyzing the real world projects.The text was updated successfully, but these errors were encountered: