This website works better with JavaScript.
Explore
Help
Sign In
NUDT-compiler
/
nudt-compiler-cpp
Watch
5
Star
0
Fork
You've already forked nudt-compiler-cpp
6
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
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.
996676bcfa
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '996676bcfa'
${ noResults }
nudt-compiler-cpp
/
src
/
sem
/
SymbolTable.cpp
6 lines
180 B
Raw
Blame
History
// 符号表与作用域管理:
// - 支持嵌套作用域(块/函数/全局)
// - 变量/函数/参数/常量的注册、查找与遮蔽规则
#
include
"sem/SymbolTable.h"
Reference in new issue
View Git Blame
Copy Permalink