parse

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2017 License: GPL-3.0, GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node added in v0.4.0

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

Node represents the node of AST

func Concept added in v0.4.0

func Concept(filename, text string) *Node

Concept takes in the contents of concept file and returns the root node of the concept AST

func (*Node) String added in v0.4.0

func (n *Node) String() string

type Parser added in v0.4.0

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

Parser represents the parser object

func New

func New(name, text string) *Parser

New returns the new parser object

Jump to

Keyboard shortcuts

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