proxy.golang.org : github.com/jig/scanner : v1.0.1
Package scanner provides a scanner and tokenizer for UTF-8-encoded text. It takes an io.Reader providing the source, which then can be tokenized through repeated calls to the Scan function. For compatibility with existing tools, the NUL character is not allowed. If the first character in the source is a UTF-8 encoded byte order mark (BOM), it is discarded. By default, a Scanner skips white space and Lisp comments and recognizes all literals as defined by the Lisp language as specified on the jig/lisp implementation. It may be customized to recognize only a subset of those literals and to recognize different identifier and white space characters.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/jig/[email protected]
Published:
Indexed: