go.text.scanner

Go to Haxe source-to-source compiler

..
Position

Position is a value that represents a source position. A position is valid if Line > 0.

PositionPointer

PositionPointerPointer

PositionPointer_asInterface

Position_asInterface

Scanner

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.

ScannerPointer

ScannerPointerPointer

ScannerPointer_asInterface

Scanner_

A Scanner implements reading of Unicode characters and tokens from an io.Reader.

Scanner_asInterface