Versions in this module Expand all Collapse all v0 v0.2.0 Jun 12, 2019 v0.1.0 Jun 11, 2019 Changes in this version + const BidiClass + const BidiMirrored + const CanonicalCombiningClass + const CodePoint + const DecimalValue + const DecompMapping + const DigitValue + const GeneralCategory + const ISOComment + const Name + const NumericValue + const SimpleLowercaseMapping + const SimpleTitlecaseMapping + const SimpleUppercaseMapping + const Unicode1Name + func Parse(r io.ReadCloser, f func(p *Parser)) + type Option func(p *Parser) + var KeepRanges Option = keepRanges + func CommentHandler(f func(s string)) Option + func Part(f func(p *Parser)) Option + type Parser struct + func New(r io.Reader, o ...Option) *Parser + func (p *Parser) Bool(i int) bool + func (p *Parser) Comment() string + func (p *Parser) Enum(i int, enum ...string) string + func (p *Parser) Err() error + func (p *Parser) Float(i int) float64 + func (p *Parser) Int(i int) int + func (p *Parser) Next() bool + func (p *Parser) Range(i int) (first, last rune) + func (p *Parser) Rune(i int) rune + func (p *Parser) Runes(i int) (runes []rune) + func (p *Parser) String(i int) string + func (p *Parser) Strings(i int) []string + func (p *Parser) Uint(i int) uint