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.
nudt-compiler-cpp/To_do_list/Sema.md

9 lines
340 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

依据SysY文档语义约束如下
- [ ] CompUnit:
1. [ ] 存在且仅存在一个标识为'main'无参数返回类型为int的FuncDef(函数定义)。
2. [ ] CompUnit中的顶层变量/常量Decl、函数定义FuncDef都不可以重复定义同名的Ident即便标识符的类型不同。
- [ ] ConstDef:
- [ ]