lista_tipi.err

来自「编译原理大作业---tiger编译器 包括semant,translate,m」· ERR 代码 · 共 11 行

ERR
11
字号
/* This is illegal, since there are two types with the same name    in the same (consecutive) batch of mutually recursive types.    See also test47  */let    type a = int    type b = string    type a = stringin    0end

⌨️ 快捷键说明

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