[pypy-dev] Python parsers...
Jeremy Hylton
jeremy at alum.mit.edu
Thu Jul 31 00:09:41 MEST 2003
> Hi all,
> I have a Python parser done in "pure" Python (no C extension
> module dependencies, etc...). I even have an implementation of pgen in
> Python. Now, I am wondering what the next step is. Shall I continue
> onward to bytecode compilation? Eventually, I am going to
> need some instruction about integrating my code in with pypy.
Are you interested in integrating it into the compiler package? The Python
CVS trunk is now wide open for development, and the compiler package could
definitely use some tidying up.
Jeremy
More information about the pypy-dev
mailing list