package
0.0.0-20210114173727-3b5741d6a803
Repository: https://github.com/pgavlin/yomlette.git
Documentation: pkg.go.dev

# Functions

FormatError is a utility function that takes advantage of the metadata stored in the errors returned by this package's parser.
Parse parse from token instances, and returns ast.File.
ParseBytes parse from byte slice, and returns ast.File.
Parse parse from filename, and returns ast.File.

# Constants

parse comments and add them to AST.

# Type aliases

No description provided by the author
Pos represents a byte position in the original input text from which this template was parsed.