enrich paserexpression node
Some checks failed
Periodic / build (ubuntu-latest, beta) (push) Has been cancelled
Periodic / build (ubuntu-latest, nightly) (push) Has been cancelled
Periodic / build (ubuntu-latest, stable) (push) Has been cancelled

This commit is contained in:
light-ly 2024-10-29 21:43:06 +08:00
parent 21f3e497e8
commit b6ae8b8a1f

View File

@ -69,4 +69,5 @@ pub enum NeedParseExpression {
Port(PackedDimensionRange),
Parameter(ConstantMintypmaxExpression),
Expression(Expression),
NetValue(NetLvalue),
}