feat: 增加函数类型表达式支持,更新解析器和分析器

This commit is contained in:
2026-03-18 17:30:09 +08:00
parent e1d9812f92
commit 570a87c3cd
10 changed files with 228 additions and 35 deletions

View File

@@ -48,7 +48,8 @@ namespace Fig
/* Type Expressions */
TypeExpr,
NamedTypeExpr,
NullableTypeExpr
NullableTypeExpr,
FnTypeExpr,
};
struct AstNode