parser

package
v0.0.0-...-a387b97 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node interface{}

type NodeAtom

type NodeAtom struct {
	Value any
}

type NodeExp

type NodeExp struct {
	Operand string
	Args    []Node
}

type Parser

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

func NewParser

func NewParser(tokens []reader.Token) *Parser

func (*Parser) Parse

func (p *Parser) Parse() any

Jump to

Keyboard shortcuts

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