package
Version:
v1.0.0-beta1
Opens a new window with list of versions in this module.
Published: Jun 6, 2016
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ParseStatements takes a configFile and returns a slice of Statements
Scanner scans the file and tokenizes the raw text
NewScanner returns a Scanner
Scan moves the Scanner forward one character
Token represents a lexical token.
const (
ILLEGAL Token = iota
EOF
STATEMENT
BREAK
)
These are the lexical tokens used by the file parser
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.