Changes between Version 11 and Version 12 of j2p


Ignore:
Timestamp:
06/07/23 14:34:36 (17 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v11 v12  
    22
    33This tool can translate java programs into python programs.
    4 This is a complex mechanism and still experimental/in development.
     4This is a complex mechanism and still experimental/in development. This documentation is very incomplete. This code is not yet published on the artifactory.
     5
    56It can translate both single file java programs as multi-file projects.
    67It supports translating calls to external libraries through a pluggable system of translators, so that translation support for new libraries can be easily added without need for recompilation of the tool itself.