typo
This commit is contained in:
parent
6cd78dabaf
commit
4981d928ef
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ instr:
|
|||
|
||||
/* type v = e */
|
||||
| t = Ltype ; v = Lvar ; Lassign ; e = expr
|
||||
{ [ Decl { name = v ; type_t = t ; pos = $startpos(t) }
|
||||
{ [ Decl { name = v ; type_t = t ; pos = $startpos(t) }
|
||||
; Assign { var = v ; expr = e ; pos = $startpos(v) } ]
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue