parser

package
v0.0.0-...-f82d28d Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewParser

func NewParser(tokens *lexer.Lexer) *parser

Types

type Fixity

type Fixity = int
const (
	LEFT Fixity = iota
	RIGHT
)

type ModuleDef

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

type ParserError

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

func (ParserError) Error

func (err ParserError) Error() string

type PeekableIterator

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

func (*PeekableIterator) Current

func (it *PeekableIterator) Current() lexer.Token

Jump to

Keyboard shortcuts

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