mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gen: move helper fns to ast
This commit is contained in:
@@ -406,7 +406,7 @@ pub fn (p mut Parser) stmt() ast.Stmt {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: merge wtih AssignStmt & VarDecl
|
||||
// TODO: is it possible to merge with AssignStmt?
|
||||
pub fn (p mut Parser) assign_expr(left ast.Expr) ast.AssignExpr {
|
||||
op := p.tok.kind
|
||||
p.next()
|
||||
|
||||
Reference in New Issue
Block a user