Open swenson opened 8 years ago
Anyone still working on this? Would like to contribute.
@alexcondrea @swenson was looking at this, and got as far as the lexer AFAIK; but I don't know how far he got beyond that. Chris - can you shed any light on whether you would like some help?
In order to be self-hosted (and run without CPython also being present), we need to be able to compile Python into bytecode ourselves.
There are four big pieces to making this happen:
In CPython, all of this is done in C.