mirror of https://github.com/zachjs/sv2v.git
discard const keyword
This commit is contained in:
parent
910282fbf7
commit
e23d68a652
|
|
@ -608,6 +608,7 @@ DeclOrStmtToken :: { DeclToken }
|
|||
| Signing { DTSigning $1 }
|
||||
| Lifetime { DTLifetime $1 }
|
||||
| Identifier "::" Identifier { DTPSIdent $1 $3 }
|
||||
| "const" PartialType { DTType $2 }
|
||||
| "{" StreamOp StreamSize Concat "}" { DTStream $2 $3 (map toLHS $4) }
|
||||
| "{" StreamOp Concat "}" { DTStream $2 (Number "1") (map toLHS $3) }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue