Skip to content

pass two or more variables to expression,it doesn't work #17

@lx217197

Description

@lx217197

for k := range symbolTable {
s += k
}
symbols_rx = regexp.MustCompile(fmt.Sprintf("(%s)", s))
func Tokenis (expr string) []string {
if symbols_rx != nil {
spaced = symbols_rx.ReplaceAllString(spaced, " ${1} ")//it doesn't work
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions