在我的符号表中如何命名这些列

发布于 2024-08-15 08:01:06 字数 128 浏览 6 评论 0原文

我正在使用 yacc 为虚构语言语法制作符号表。

第 1 列将具有“变量”或“函数”。

第 2 列将具有“int”或“void”。

我正在考虑将一列命名为“类型”,但后来我不知道如何称呼另一列。

I'm using yacc to make a symbol table for a made-up language grammar.

Column 1 will have either "variable" or "function."

Column 2 will have either "int" or "void."

I was thinking of naming one column "type" but then I wouldn't know what to call the other one.

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

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

发布评论

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

评论(1

夏有森光若流苏 2024-08-22 08:01:06

identefier 用于变量和函数名称...

Literal 用于 int 或 void...

希望有帮助:D

identefier for variables and functions names...

Literal for int or void....

hope that helps : D

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