C grammar in GCC source code

前端 未结 7 1129
别那么骄傲
别那么骄傲 2020-12-29 09:31

I\'m looking for the C grammar in GCC source code, more specifically for the grammar in the yacc/bison form.

7条回答
  •  遥遥无期
    2020-12-29 10:01

    The C grammar can be found in comments in c-parser.c file in GCC sources. It is not a yacc/bison though as it has already been said.

提交回复
热议问题