diff --git a/lexer.go b/lexer.go index f393138..452d8ae 100644 --- a/lexer.go +++ b/lexer.go @@ -37,7 +37,7 @@ const ( tokenDelimeter // ',' tokenLeftParenthesis // '(' tokenRightParenthesis // ')' - tokenPlaceholder // '?' + tokenPlaceholder // placeholder including '{' and '}' tokenInteger // integer tokenString // string including quotes tokenAnd // AND