Updated CONCAT to be a metacharacter instead of just a tilde, and renamed it to avoid exporting
This commit is contained in:
@@ -154,7 +154,7 @@ func newPostfixNode(contents ...rune) postfixNode {
|
||||
to_return.nodetype = kleeneNode
|
||||
case '|':
|
||||
to_return.nodetype = pipeNode
|
||||
case CONCAT:
|
||||
case concatRune:
|
||||
to_return.nodetype = concatenateNode
|
||||
case '^', '$':
|
||||
to_return.nodetype = assertionNode
|
||||
|
||||
Reference in New Issue
Block a user