请求对 Py2C(Python 转 C 编译器)进行 ArXiv cs.PL 的认可

2作者: lixiasky1 天前原帖
大家好, 我是一名对编译器和低级系统充满热情的本科生。最近,我构建了 *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` 我将非常感激。这是我的第一个编译器项目,也是第一次尝试提交论文。我很乐意回答任何问题或进行澄清。 感谢您的时间! 邮箱:[email protected]
查看原文
Hi everyone,<p>I&#x27;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&#x27;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:&#x2F;&#x2F;github.com&#x2F;lixiasky&#x2F;Py2c<p>I&#x27;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&#x27;re willing to help, arXiv provides this endorsement link:<p>https:&#x2F;&#x2F;arxiv.org&#x2F;auth&#x2F;endorse?x=UK6GBG or go to https:&#x2F;&#x2F;arxiv.org&#x2F;auth&#x2F;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: [email protected]