package
0.0.0-20210827224422-e5fa29d95e8b
Repository: https://github.com/attic-labs/noms.git
Documentation: pkg.go.dev
# Functions
MustParse parses a string describing a Noms value and panics if there is an error.
MustParseType parses a string describing a Noms type and panics if there is an error.
New creates a new Parser.
Parse parses a string describing a Noms value.
ParseType parses a string describing a Noms type.
# Structs
Parser provides ways to parse Noms types.
ParserOptions allows passing options into New.