//
pkg.gl
Category
github.com/outofforest/osman
specfile
parser
package
0.13.6
Repository:
https://github.com/outofforest/osman.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
1
Files
560 SLOC
#
Functions
Parse
Parse reads lines from a Reader, parses the lines into an AST and returns the AST and escape token.
WithLocation
WithLocation extends an error with a source code location.
#
Constants
DefaultEscapeToken
DefaultEscapeToken is the default escape token.
#
Structs
ErrorLocation
ErrorLocation gives a location in source code that caused the error.
Node
Node is a structure used to represent a parse tree.
Position
Position is a point in source code.
Range
Range is a code section between two positions.
Result
Result is the result of parsing a SpecFile.