# Functions
ChompHeredocContent chomps leading tabs from the heredoc.
DetectSyntax returns the syntax of provided input.
MustParseHeredoc is a variant of ParseHeredoc that discards the error, if there was one present.
Parse consumes lines from a provided Reader, parses each line into an AST and returns the results of doing so.
No description provided by the author
ParseHeredoc parses a heredoc word from a target string, returning the components from the doc.
WithLocation extends an error with a source code location.
# Constants
DefaultEscapeToken is the default escape token.
# Structs
No description provided by the author
DirectiveParser is a parser for GGUFPackerfile directives that enforces the quirks of the directive parser.
No description provided by the author
Node is a structure used to represent a parse tree.
Result contains the bundled outputs from parsing a GGUFPackerfile.
Warning contains information to identify and locate a warning generated during parsing.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author