atnodes

package module
v0.0.0-...-020bbfd Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2014 License: MIT Imports: 5 Imported by: 0

README

go-atnodes

Nothing to see here

Documentation

Index

Constants

View Source
const (
	ItemText lex.ItemType = lex.ItemDefaultMax + 1 + iota
	ItemNumber
	ItemMinus
	ItemComma
	ItemOpenSquareBracket
	ItemCloseSquareBracket
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Lexer

type Lexer struct {
	*lex.StringLexer
}

func NewLexer

func NewLexer(input string) *Lexer

type Parser

type Parser struct {
	lex.Consumer
}

func NewParser

func NewParser() *Parser

func (*Parser) ParseString

func (p *Parser) ParseString(template string) []string

Jump to

Keyboard shortcuts

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