# Functions
DecodeParams decodes command parameters.
FindPrefix finds the first 6 prefix words in s.
IsSpaceOrControl is a special test for either a space or a control (ie, \b) characters.
New creates a new Stmt using the supplied rune source f.
RunesLastIndex returns the last index in r of needle, or -1 if not found.
WithAllowCComments is a statement buffer option to set allowing C-style comments (ie, // ...).
WithAllowDollar is a statement buffer option to set allowing dollar strings (ie, $$text$$ or $tag$text$tag$).
WithAllowHashComments is a statement buffer option to set allowing hash comments (ie, # ...).
WithAllowMultilineComments is a statement buffer option to set allowing multiline comments (ie, /* ..
# Constants
MinCapIncrease is the minimum amount by which to grow a Stmt.Buf.
# Type aliases
Option is a statement buffer option.