增加注释

This commit is contained in:
Luke 2025-04-28 12:03:04 +08:00
parent 48751436fa
commit 92932bb90d

View File

@ -16,7 +16,7 @@ import org.jcnc.snow.compiler.semantic.type.Type;
import java.util.*;
/**
* 重构后的语义分析器采用注册表 + 分析器组合的分而治之设计
* 注册表 + 分析器组合的分而治之设计
* <p>
* 主要职责
* <ul>