Documentation
¶
Index ¶
- func IsAlpha(c byte) bool
- func IsDigit(c byte) bool
- func IsFirst(c byte) bool
- func IsLetter(c byte) bool
- func IsLower(c byte) bool
- func IsSpace(c byte) bool
- func IsUpper(c byte) bool
- func ParseChar(r []byte) (c rune, l int)
- func ParseDec(r []byte, L int) (i int64, l int)
- func ParseFloat(r []byte) (f float64, l int)
- func ParseHex(r []byte, L int) (i int64, l int)
- func ParseInt(r []byte) (i int64, l int)
- func ParseOct(r []byte, L int) (i int64, l int)
- type Pattern
- type Scanner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFloat ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.