You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

340 B

依据SysY文档语义约束如下

  • CompUnit:

    1. 存在且仅存在一个标识为'main'无参数返回类型为int的FuncDef(函数定义)。
    2. CompUnit中的顶层变量/常量Decl、函数定义FuncDef都不可以重复定义同名的Ident即便标识符的类型不同。
  • ConstDef: