请求对Py2C(Python到C编译器)进行ArXiv cs.PL的支持。
大家好,
我是一名对编译器和低级系统充满热情的本科生。最近,我构建了 *Py2C*,这是一个简约的 Python 3.10 到 C 的转译器,并刚刚完成了一篇关于它的论文,我希望能将其提交到 arXiv(类别:`cs.PL`)。
- 使用 Go 编写,利用 `ast` 解析 Python,序列化为 JSON,并生成可编译的 C 代码
- 支持类型推断、类到结构体的转换、方法降级和控制流
- 完全自包含,无外部依赖 — 在 M1 Mac 上使用 `gcc` 测试过
- 代码链接: https://github.com/lixiasky/Py2c
我现在正在寻找 *在 `cs.PL` 领域有发表经验的人*,希望能在 arXiv 上给予我推荐,以便我能提交这项工作。
如果您愿意提供帮助,arXiv 提供了这个推荐链接:
https://arxiv.org/auth/endorse?x=UK6GBG
或者访问 https://arxiv.org/auth/endorse.php 并输入代码:`UK6GBG`
我将非常感激。这是我的第一个编译器项目,也是第一次提交论文。我很乐意回答任何问题或进行澄清。
感谢您的时间!
邮箱:lixiasky@protonmail.com
查看原文
Hi everyone,<p>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`).<p>- 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://github.com/lixiasky/Py2c<p>I'm now looking for *someone who has published in `cs.PL`* to kindly endorse me on arXiv, so I can submit this work.<p>If you're willing to help, arXiv provides this endorsement link:<p>https://arxiv.org/auth/endorse?x=UK6GBG
or go to https://arxiv.org/auth/endorse.php and enter the code: `UK6GBG`<p>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.<p>Thank you for your time
Email: lixiasky@protonmail.com