mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: updateimport () and []array
This commit is contained in:
@@ -12,8 +12,8 @@ fn expr_to_rev_pol(expr string) ?[]string {
|
||||
if expr == '' {
|
||||
return error('err: empty expression')
|
||||
}
|
||||
mut stack := []string
|
||||
mut rev_pol := []string
|
||||
mut stack := []string{}
|
||||
mut rev_pol := []string{}
|
||||
mut pos := 0
|
||||
for pos<expr.len {
|
||||
mut end_pos := pos
|
||||
|
||||
Reference in New Issue
Block a user