diff --git a/lexer.go b/lexer.go index 0ebf451..7454a2e 100644 --- a/lexer.go +++ b/lexer.go @@ -22,15 +22,12 @@ const ( var specials = []byte{ char_any, - char_separator, char_single, char_escape, char_range_open, char_range_close, char_terms_open, char_terms_close, - char_range_not, - char_range_between, } func special(c byte) bool {