mytext.txt

来自「c—语言的句法分析器。读入一个C--语言程序」· 文本 代码 · 共 32 行

TXT
32
字号
line 8: error: i :redefinition
line 10 :syntax error at token INT
line 10 :type name expected
line  10 error: i :redefinition
line 12 :syntax error at token INT
line 12 :type name expected
_aa     :
        Parater 1 Type mismatch in redeclaration of aa
        Parater 2 Type mismatch in redeclaration of aa
line 14:function a declaration missing ;
line 16: error: i :redefinition
_b      :
line 27 :error  : = :the left and the right type does not match
line 28 :error  : = :the left and the right type does not match
line 30 Parater 2 Type mismatch in call to fuction  of b
line  30 error: + :illegal, left operand is not constant
line 32 :undeclared identifier: m
line 34 Parater 2 Type mismatch in call to fuction  of b
line 35  Too fewer (1)parameters in call to fuction of b
line 36 Too much (1)parameters in call to fuction of b
line 36 Parater 3 Type mismatch in call to fuction  of b
line  37 error: c :undeclared function
line 37 :error  : = :the left and the right type does not match
line  38 error: bc :undeclared function
line 38 :error  : = :the left and the right type does not match
_main   :
line 43 :error  : = :the left and the right type does not match
line 44  Too fewer (1)parameters in call to fuction of b
_a      :
line 47 :error  : = :the left and the right type does not match
_c      :
compiling to mytest.asm, takes 0.0 seconds.

⌨️ 快捷键说明

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