Python parser

Laurent Dube <[email protected]> Sat, 07 Aug 2004 20:19:37 -0400
Newsgroups gmane.comp.lang.prothon.user
Organization DEI
Message-ID <[email protected]>
Hi Mark,

If the main (only?) reason for switching paths is for having Prothon be
more immediately connected to usable libraries, there might be a less
onerous way of doing it than tagging on to .Net right away.

Just consider your previous approach for a minute. You have a parser
that reads prothon code and converts it to structures and data your
interpreter can run.

How about adding a second parser accepting python code as input, and 
giving you access at the same time to python libraries? 
What subset of python could be handled? 
What if the interpreter had a python mode? 
Has this been discussed before? 
Your own multiple-language VM?

Set me right.

  Laurent Dube