Documentation
¶
Index ¶
- func ConsumeDigits(r io.ByteReader, w io.ByteWriter) (int, byte, error)
- func ConsumeDoubleQuotedString(r io.ByteReader, w io.ByteWriter) error
- func ConsumeEscapedWithDoubleQuote(r io.ByteReader, w io.ByteWriter) error
- func ConsumeEscapedWithSingleQuote(r io.ByteReader, w io.ByteWriter) error
- func ConsumeSingleQuotedString(r io.ByteReader, w io.ByteWriter) error
- func ExceptNameChar(r rune) bool
- func ExceptNameFirst(r rune) bool
- func ExpectIntegerExt(c byte, s io.ByteScanner) (int, error)
- func IsDigit(c byte) bool
- func IsWhitespace(c byte) bool
- func SkipWhitespace(r io.ByteReader) (int, byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConsumeDigits ¶
func ConsumeDigits(r io.ByteReader, w io.ByteWriter) (int, byte, error)
func ConsumeDoubleQuotedString ¶
func ConsumeDoubleQuotedString(r io.ByteReader, w io.ByteWriter) error
func ConsumeEscapedWithDoubleQuote ¶
func ConsumeEscapedWithDoubleQuote(r io.ByteReader, w io.ByteWriter) error
func ConsumeEscapedWithSingleQuote ¶
func ConsumeEscapedWithSingleQuote(r io.ByteReader, w io.ByteWriter) error
func ConsumeSingleQuotedString ¶
func ConsumeSingleQuotedString(r io.ByteReader, w io.ByteWriter) error
func ExceptNameChar ¶
func ExceptNameFirst ¶
func ExpectIntegerExt ¶
func ExpectIntegerExt(c byte, s io.ByteScanner) (int, error)
func IsWhitespace ¶
func SkipWhitespace ¶
func SkipWhitespace(r io.ByteReader) (int, byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.