谁是 bison 自动生成的文件输出中的 reduce 操作的 $default

Who is $default on reduce action in file output autogenerated by bison

有人知道这句话:

$default  reduce using rule 1 (P)

谁是 $default... 它应该是一个特定的终端,但是哪个?

默认操作适用于每个未指定其他操作的终端。