Writing a C compiler in 500 lines of Python
Writing a C compiler in 500 lines of Python
vgel.me Writing a C compiler in 500 lines of Python
Blog about linguistics, programming, and my projects
3
comments
Can it compile CPython?
10ReplyIt's missing a bunch of features so I'm pretty sure it can't do stock CPython, it could probably do a customised version though.
3Reply
I once wrote 500 lines of python to transpose some numbers into another format. It was glorious
7Reply