New ask Hacker News story: Requesting ArXiv cs.PL endorsement for Py2C (Python-to-C compiler)

Requesting ArXiv cs.PL endorsement for Py2C (Python-to-C compiler)
2 by lixiasky | 0 comments on Hacker News.
Hi everyone, I'm an undergraduate student with a passion for compilers and low-level systems. Recently, I built *Py2C*, a minimalistic Python 3.10-to-C transpiler, and just finished writing a paper about it that I'd like to submit to arXiv (category: `cs.PL`). - Written in Go, it parses Python using `ast`, serializes to JSON, and emits compilable C - Supports type inference, class-to-struct conversion, method lowering, control flow - Fully self-contained, with no external dependencies — tested on M1 Mac with `gcc` - Code: https://ift.tt/QnuSe9k I'm now looking for *someone who has published in `cs.PL`* to kindly endorse me on arXiv, so I can submit this work. If you're willing to help, arXiv provides this endorsement link: https://ift.tt/go6IMxy or go to https://ift.tt/KIloFJR and enter the code: `UK6GBG` I’d be truly grateful. This is my first compiler project and first paper submission attempt. I’m happy to answer questions or clarify anything. Thank you for your time Email: lixiasky@protonmail.com

Comments