使用JavaCC解析C语法的源码

发布于 2024-10-21 23:01:26 字数 284 浏览 1 评论 0原文


作为项目作业,我需要从 Java 解析纯 C 语法以生成 AST 输出。 的语法文件中找到的文件 c.jj:

作为一个初创公司,我使用的是我在http: //java.net/projects/javacc/sources/svn/

但我发现它只有句法和词汇动作,没有解析 C 源代码的真正语义。是否有其他一些包含 typedef、变量、构造函数、包含文件的源?

As an project assignment, I need to parse a plain-C grammar from Java to generate AST output. As a startup, I am using the file c.jj that I have found among grammar files at

http://java.net/projects/javacc/sources/svn/

but I found that it only has syntactic and lexical actions and no real semantics for parsing C source. Is there some other source that incorporate typedef, variables, construct functions, include files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

∝单色的世界 2024-10-28 23:01:26

你可以去寻找完整的语法。这样你会学到很多东西吗?

你可以问你的讲师哪一个会给他们留下更深刻的印象:通过编写自己的规则来实现 C 语法的一些小子集,还是通过在 google 上搜索替代的完整规则?

我相信编写您自己的规则 - 甚至您自己手工制作的解析器 - 将是一个更有用的练习。即使它只是解析表达式。

You could go looking for a complete grammar. Will you learn much this way?

You could ask your lecturer which would impress them more: implementing some small subset of C grammar by writing your own rules, or by searching google for alternative complete rules?

I trust writing your own rules - and even your own hand-crafted parser - will be more a more useful exercise. Even if its only parsing expressions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文