debug.txt

来自「一个小型的c语言编译器,做的非常好,不过不是我做的.」· 文本 代码 · 共 1,109 行 · 第 1/5 页

TXT
1,109
字号
 
In yyparse() : control_line :pINCLUDE cSTRING  --- YACC
In yyparse() : external_declaration :control_line  --- YACC
In yyparse() : translation_unit :external_declaration  --- YACC
In yyparse() : storage_class_specifier :kEXTERN  --- YACC	
In yyparse() : type_specifier :kVOID  --- YACC	
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : declaration_specifiers :storage_class_specifier declaration_specifiers  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : putint  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC
In yyparse() : type_specifier :kINT  --- YACC 
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : n  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC
In yyparse() : declarator :direct_declarator  --- YACC
In yyparse() : parameter_declaration :declaration_specifiers declarator  --- YACC
In yyparse() : parameter_list :parameter_declaration  --- YACC
In yyparse() : parameter_type_list :parameter_list  --- YACC
In yyparse() : direct_declarator :direct_declarator oLP parameter_type_list oRP  --- YACC
In yyparse() : declarator :direct_declarator  --- YACC
In yyparse() : init_declarator :declarator  --- YACC
In yyparse() : init_declarator_list :init_declarator  --- YACC
In yyparse() : declaration :declaration_specifiers init_declarator_list oSEMI  --- YACC
In yyparse() : external_declaration :declaration  --- YACC
In yyparse() : translation_unit :translation_unit external_declaration  --- YACC

In yyparse() : storage_class_specifier :kEXTERN  --- YACC	
In yyparse() : type_specifier :kVOID  --- YACC	
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : declaration_specifiers :storage_class_specifier declaration_specifiers  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : putchar  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC
In yyparse() : type_specifier :kCHAR  --- YACC 
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : ch  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC
In yyparse() : declarator :direct_declarator  --- YACC
In yyparse() : parameter_declaration :declaration_specifiers declarator  --- YACC
In yyparse() : parameter_list :parameter_declaration  --- YACC
In yyparse() : parameter_type_list :parameter_list  --- YACC
In yyparse() : direct_declarator :direct_declarator oLP parameter_type_list oRP  --- YACC
In yyparse() : declarator :direct_declarator  --- YACC
In yyparse() : init_declarator :declarator  --- YACC
In yyparse() : init_declarator_list :init_declarator  --- YACC
In yyparse() : declaration :declaration_specifiers init_declarator_list oSEMI  --- YACC
In yyparse() : external_declaration :declaration  --- YACC
In yyparse() : translation_unit :translation_unit external_declaration  --- YACC

In yyparse() : storage_class_specifier :kEXTERN  --- YACC	
In yyparse() : type_specifier :kINT  --- YACC		
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : declaration_specifiers :storage_class_specifier declaration_specifiers  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : getch  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC
In yyparse() : direct_declarator :direct_declarator oLP oRP  --- YACC
In yyparse() : declarator :direct_declarator  --- YACC
In yyparse() : init_declarator :declarator  --- YACC
In yyparse() : init_declarator_list :init_declarator  --- YACC
In yyparse() : declaration :declaration_specifiers init_declarator_list oSEMI  --- YACC
In yyparse() : external_declaration :declaration  --- YACC
In yyparse() : translation_unit :translation_unit external_declaration  --- YACC

In yyparse() : storage_class_specifier :kEXTERN  --- YACC	
In yyparse() : type_specifier :kINT  --- YACC		
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : declaration_specifiers :storage_class_specifier declaration_specifiers  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : getche  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC
In yyparse() : direct_declarator :direct_declarator oLP oRP  --- YACC
In yyparse() : declarator :direct_declarator  --- YACC
In yyparse() : init_declarator :declarator  --- YACC
In yyparse() : init_declarator_list :init_declarator  --- YACC
In yyparse() : declaration :declaration_specifiers init_declarator_list oSEMI  --- YACC
In yyparse() : external_declaration :declaration  --- YACC
In yyparse() : translation_unit :translation_unit external_declaration  --- YACC


In yyparse() : type_specifier :kVOID  --- YACC	
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : puts  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC
In yyparse() : type_specifier :kCHAR  --- YACC 
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : s  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC
In yyparse() : direct_declarator :direct_declarator oLB oRB  --- YACC
In yyparse() : declarator :direct_declarator  --- YACC
In yyparse() : parameter_declaration :declaration_specifiers declarator  --- YACC
In yyparse() : parameter_list :parameter_declaration  --- YACC
In yyparse() : parameter_type_list :parameter_list  --- YACC
In yyparse() : direct_declarator :direct_declarator oLP parameter_type_list oRP  --- YACC

In yylex() : new_compound_symtab()  --- LEX
In yyparse() : declarator :direct_declarator  --- YACC
In yyparse() : function_definition :declaration_specifiers declarator   --- YACC
	
In yyparse() : type_specifier :kINT  --- YACC	
In yyparse() : declaration_specifiers :type_specifier  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : i  --- YACC
In yyparse() : direct_declarator :identifier  --- YACC 
In yyparse() : declarator :direct_declarator  --- YACC 
In yyparse() : constant :cINT  --- YACC
In yyparse() : primary_expression :constant  --- YACC
In yyparse() : postfix_expression :primary_expression  --- YACC
In yyparse() : unary_expression :postfix_expression  --- YACC
In yyparse() : cast_expression :unary_expression  --- YACC
In yyparse() : multiplicative_expression :cast_expression  --- YACC
In yyparse() : additive_expression :multiplicative_expression  --- YACC
In yyparse() : shift_expression :additive_expression  --- YACC
In yyparse() : relational_expression :shift_expression  --- YACC
In yyparse() : equality_expression :relational_expression  --- YACC
In yyparse() : AND_expression :equality_expression  --- YACC
In yyparse() : exclusive_OR_expression :AND_expression  --- YACC
In yyparse() : inclusive_OR_expression :exclusive_OR_expression  --- YACC
In yyparse() : logical_AND_expression :inclusive_OR_expression  --- YACC
In yyparse() : logical_OR_expression :logical_AND_expression  --- YACC
In yyparse() : conditional_expression :logical_OR_expression  --- YACC
In yyparse() : assignment_expression :conditional_expression  --- YACC
In yyparse() : initializer :assignment_expression  --- YACC
In yyparse() : init_declarator :declarator oASSIGN initializer  --- YACC
In yyparse() : init_declarator_list :init_declarator  --- YACC
In yyparse() : declaration :declaration_specifiers init_declarator_list oSEMI  --- YACC
In yyparse() : declaration_list :declaration  --- YACC

	
In yyparse() : compound_statement :oLC declaration_list   --- YACC 
In yyparse() : expression :  --- YACC
In yyparse() : iteration_statement :kFOR oLP expression oSEMI   --- YACC 
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : s  --- YACC
In yyparse() : primary_expression :identifier  --- YACC
In yyparse() : postfix_expression :primary_expression  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : i  --- YACC
In yyparse() : primary_expression :identifier  --- YACC
In yyparse() : postfix_expression :primary_expression  --- YACC
In yyparse() : unary_expression :postfix_expression  --- YACC
In yyparse() : cast_expression :unary_expression  --- YACC
In yyparse() : multiplicative_expression :cast_expression  --- YACC
In yyparse() : additive_expression :multiplicative_expression  --- YACC
In yyparse() : shift_expression :additive_expression  --- YACC
In yyparse() : relational_expression :shift_expression  --- YACC
In yyparse() : equality_expression :relational_expression  --- YACC
In yyparse() : AND_expression :equality_expression  --- YACC
In yyparse() : exclusive_OR_expression :AND_expression  --- YACC
In yyparse() : inclusive_OR_expression :exclusive_OR_expression  --- YACC
In yyparse() : logical_AND_expression :inclusive_OR_expression  --- YACC
In yyparse() : logical_OR_expression :logical_AND_expression  --- YACC
In yyparse() : conditional_expression :logical_OR_expression  --- YACC
In yyparse() : assignment_expression :conditional_expression  --- YACC
In yyparse() : expression :assignment_expression  --- YACC
In yyparse() : postfix_expression :postfix_expression oLB expression oRB  --- YACC
In yyparse() : unary_expression :postfix_expression  --- YACC
In yyparse() : cast_expression :unary_expression  --- YACC
In yyparse() : multiplicative_expression :cast_expression  --- YACC
In yyparse() : additive_expression :multiplicative_expression  --- YACC
In yyparse() : shift_expression :additive_expression  --- YACC
In yyparse() : relational_expression :shift_expression  --- YACC
In yyparse() : equality_expression :relational_expression  --- YACC
In yyparse() : AND_expression :equality_expression  --- YACC
In yyparse() : exclusive_OR_expression :AND_expression  --- YACC
In yyparse() : inclusive_OR_expression :exclusive_OR_expression  --- YACC
In yyparse() : logical_AND_expression :inclusive_OR_expression  --- YACC
In yyparse() : logical_OR_expression :logical_AND_expression  --- YACC
In yyparse() : conditional_expression :logical_OR_expression  --- YACC
In yyparse() : assignment_expression :conditional_expression  --- YACC
In yyparse() : expression :assignment_expression  --- YACC
In yyparse() : expression oSEMI   --- YACC 
In yyparse() : expression :  --- YACC
In yyparse() : expression oRP   --- YACC
		
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : putchar  --- YACC
In yyparse() : primary_expression :identifier  --- YACC
In yyparse() : postfix_expression :primary_expression  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : s  --- YACC
In yyparse() : primary_expression :identifier  --- YACC
In yyparse() : postfix_expression :primary_expression  --- YACC
In yyparse() : identifier :yNAME  --- YACC
In yyparse() : ======= FOLLOW BY =======  --- YACC
In yyparse() : i  --- YACC
In yyparse() : primary_expression :identifier  --- YACC
In yyparse() : postfix_expression :primary_expression  --- YACC
In yyparse() : postfix_expression :postfix_expression oADDADD  --- YACC
In yyparse() : unary_expression :postfix_expression  --- YACC
In yyparse() : cast_expression :unary_expression  --- YACC
In yyparse() : multiplicative_expression :cast_expression  --- YACC
In yyparse() : additive_expression :multiplicative_expression  --- YACC
In yyparse() : shift_expression :additive_expression  --- YACC
In yyparse() : relational_expression :shift_expression  --- YACC
In yyparse() : equality_expression :relational_expression  --- YACC
In yyparse() : AND_expression :equality_expression  --- YACC
In yyparse() : exclusive_OR_expression :AND_expression  --- YACC
In yyparse() : inclusive_OR_expression :exclusive_OR_expression  --- YACC
In yyparse() : logical_AND_expression :inclusive_OR_expression  --- YACC
In yyparse() : logical_OR_expression :logical_AND_expression  --- YACC
In yyparse() : conditional_expression :logical_OR_expression  --- YACC
In yyparse() : assignment_expression :conditional_expression  --- YACC
In yyparse() : expression :assignment_expression  --- YACC

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?