parser

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2013 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const PARSER_CHANNEL = "PARSER"
View Source
const SCANNER_CHANNEL = "SCANNER"

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser interface {
	Parse(input string) (ast.Statement, error)
}

Parser takes an input string, parses it, and returns an abstract representation of it (ast.Statement)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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