# README
go-shlex is a simple lexer for go that supports shell-style quoting, commenting, and escaping.
# Functions
NewLexer creates a new lexer from an input stream.
NewTokenizer creates a new tokenizer from an input stream.
Split partitions a string into a slice of strings.
# Constants
Classes of lexographic token.
Classes of lexographic token.
Classes of lexographic token.
Classes of lexographic token.