add Expression node to NeedParseExpression

This commit is contained in:
light-ly 2024-09-24 23:35:50 +08:00
parent 4960ea3fb7
commit 90e9d4cb3b

View File

@ -68,4 +68,5 @@ pub enum NeedGetLocate {
pub enum NeedParseExpression {
Port(PackedDimensionRange),
Parameter(ConstantMintypmaxExpression),
Expression(Expression),
}