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.
// AST 构建:
// - 将 ANTLR parse tree 转换为 AST(对应 src/ast/*)
// - 在 AST 节点上保留必要的定位信息(可选,用于调试/日志)