parser

package
v0.0.0-...-799cd50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser struct {
	// contains filtered or unexported fields
}

Parser parses ISO 13616 IBAN grammar into rules

func New

func New(input string) *Parser

New creates a string Parser input should match ISO 13616 grammer, eg: `3!n3!n8!n2!n`

func (*Parser) Parse

func (p *Parser) Parse() ([]rule.Rule, error)

func (*Parser) ReducedParse

func (p *Parser) ReducedParse() ([]rule.Rule, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL