Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 yacc 为虚构的语言语法制作符号表。
第 1 列将具有“变量”或“函数”。
第 2 列将具有“int”或“void”。
我正在考虑将一列命名为“类型”,但后来我不知道该怎么称呼另一列。
变量和函数名称的标识符...
字面量为 int 或 void....
希望有帮助:D