indent
This commit is contained in:
parent
72a928a840
commit
2d94d85562
1 changed files with 3 additions and 3 deletions
|
@ -32,8 +32,8 @@ instr:
|
|||
{ [ Decl { name = v ; type_t = t ; pos = $startpos(t) }
|
||||
; Assign { var = v ; expr = e ; pos = $startpos(v) } ]
|
||||
}
|
||||
| v = Lvar ; Lassign ; e = expr
|
||||
{ [ Assign { var = v ; expr = e ; pos = $startpos($2) } ]
|
||||
| v = Lvar ; Lassign ; e = expr {
|
||||
[ Assign { var = v ; expr = e ; pos = $startpos($2) } ]
|
||||
}
|
||||
|
||||
expr:
|
||||
|
|
Reference in a new issue