Skip to content
/ py2eo Public
forked from polystat/py2eo

Python to EOLANG translator

Notifications You must be signed in to change notification settings

tdv42/py2eo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI

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.

Project structure

  • 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

About

Python to EOLANG translator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.6%
  • Scala 37.8%
  • ANTLR 5.2%
  • Java 1.4%