fixes and improvements #55
@ -67,8 +67,8 @@ func (v variable) compile() []op {
|
|||||||
ops = append(ops, s.compile()...)
|
ops = append(ops, s.compile()...)
|
||||||
}
|
}
|
||||||
ops = append(ops, op{
|
ops = append(ops, op{
|
||||||
code: OpConcatN,
|
code: utilities.OpConcatN,
|
||||||
operand: len(v.segments),
|
num: len(v.segments),
|
||||||
}, op{
|
}, op{
|
||||||
code: OpCapture,
|
code: OpCapture,
|
||||||
str: v.path,
|
str: v.path,
|
||||||
|
Loading…
Reference in New Issue
Block a user