Cem Karan <cfkar...@gmail.com> writes:
> how do I create a stream of byte codes that can be interpreted by
> CPython directly?

Basically, study the already existing code and do something similar.
The CPython bytecode isn't standardized like JVM bytecode.  It's
designed for the interpreter's convenience, not officially documented,
and (somewhat) subject to change between versions.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to