package
0.0.1
Repository: https://github.com/b4fun/parsimonious-go.git
Documentation: pkg.go.dev

# Functions

NewGrammar creates a new grammar with the given rules and default rule.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseWithDebug enables debug mode on parsing.
ParseWithExpression parses the given text with the given expression.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
Grammar parses a text into a tree of nodes with defined grammar rules.
No description provided by the author
No description provided by the author
No description provided by the author
Node represents a node in the parse tree.
No description provided by the author
ParseOptions represents options for parsing.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Expression represents a parsimonious expression.

# Type aliases

ParseOption configures a ParseOptions.