package
Version:
v0.12.1
Opens a new window with list of versions in this module.
Published: Jul 2, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package parser translates the linear stream of tokens into ast structures
based on the syntax of the ok language.
File contains the output state of the parser for a single input.
type Parser struct {
Errors []error
File *File
}
ParseString parses source code and returns the AST for the file.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.