feat: 增加函数类型表达式支持,更新解析器和分析器
This commit is contained in:
@@ -48,7 +48,8 @@ namespace Fig
|
||||
/* Type Expressions */
|
||||
TypeExpr,
|
||||
NamedTypeExpr,
|
||||
NullableTypeExpr
|
||||
NullableTypeExpr,
|
||||
FnTypeExpr,
|
||||
};
|
||||
|
||||
struct AstNode
|
||||
|
||||
Reference in New Issue
Block a user