[pypy-dev] Could someone give me an idea of what is where with RPython?

Benjamin Peterson benjamin at python.org
Sat Dec 10 01:17:25 CET 2011


2011/12/9 Alexander Golec <alexgolecmailinglists at gmail.com>:
> I guess that's bugging me is where does the flow object space live? It is in RPython or the PyPy interpreter?

The flow space is not RPython. It's in pypy/objspace/flow

> Also, does RPython exist as a standalone thing, i.e. can I say 'rpython something.py' and get a translation?

Yes and no. You have to create a target*.py . Look in
pypy/translator/goal for examples.


-- 
Regards,
Benjamin


More information about the pypy-dev mailing list