Perthon Python-to-Perl Language Translation
Home
FAQ
To-Do
Design Notes
Change Log
Links
SourceForge Project Page

Perthon Related Links

Links

  • Python Reference Manual - language spec, including BNF grammar
  • Related project: Jython - Implementation of Python on the JVM
  • Related project: bridgekeeper - an attempt at (the much harder) Perl to Python machine translation
  • Related project: Parrot - There has been mentions of reimplementing Python on top of the Parrot virtual machine (the virtual machine of Perl 6). Unlike Jython and Python/Parrot, Perthon compiles to source code, not bytecodes.
  • Related projects: Inline and Inline::Python for embedding the full Python interpreter into Perl.
  • Parse::RecDescent--used for Perthon language parsing/lexing, along with the Parse::RecDescent::FAQ
  • Parse::RecDescent Tutorial