feat: symbol-table & type checker (#14)

Reviewed-on: PostGuard/Canon#14
Co-authored-by: Lan_G <2911328695@qq.com>
Co-committed-by: Lan_G <2911328695@qq.com>
This commit is contained in:
Lan_G
2024-03-16 11:05:38 +08:00
committed by jackfiled
parent 034dd3f9cc
commit ccd1899739
7 changed files with 1128 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
namespace Canon.Core.Exceptions;
namespace Canon.Core.Exceptions;
/// <summary>
/// 语法分析中引发的异常
/// </summary>