Structure Scanner
A scanner to scan/parse string of type simple-base-string.
The struct scanner has a constructor make-scanner that takes an optional string to scan/parse as a parameter.
Accessor scanner-index refers to the current index into the string.
Accessor scanner-string refers to the string being scanned/parsed.