test38.tig

来自「Tiger语言的一种编译器,在大学CS课程必做的,不过可惜的是没有完全完成,做好」· TIG 代码 · 共 10 行

TIG
10
字号
/* 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 a = stringin	0end

⌨️ 快捷键说明

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