# Functions
AllTokens is a utility that uses a bufio.SplitFunc to produce a slice of all of the recognized tokens in the given buffer.
ScanGraphemeClusters is a split function for bufio.Scanner that splits on grapheme cluster boundaries.
ScanGraphemeClusters is a split function for bufio.Scanner that splits on UTF8 sequence boundaries.
TokenCount is a utility that uses a bufio.SplitFunc to count the number of recognized tokens in the given buffer.
# Variables
No description provided by the author