yangdanny97/chocopy-python-compiler

Suggestion for backend: PPCI

pfalcon opened this issue · 1 comments

That means that you can parse and typecheck the Chocopy file with this compiler, then use the reference implementation's backend to handle assembly code generation.

Even cooler would be to have pure-Python backend, and enabling such usecases is exactly the idea of https://github.com/windelbouwman/ppci .

@windelbouwman: I'm sure you heard about https://chocopy.org/ .

Nope, I did not know of chocopy, it looks neat!