This is a translator of Python to EOLANG.
mvn test
should work, the CI log may also help with commands to run.
To run EO code you need to copy .eo
files to test/genCageEO
and run cd ./test && mvn clean test
The python3 module is also buildable in IDEA with the followin configuration at least: ubuntu 20.04 (important!), scala-2.13.6 (important!), jdk 1.8, python3 for tests.
- py2eo - root maven project
- test - maven project for run generated EO code via
eo-maven-plugin
, also contains Python files for tests - Java - directory with sources
- Tests.scala - main tests file
- test - maven project for run generated EO code via