Documentation
¶
Overview ¶
Package parse provides tony parsing support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type ParseOption ¶
type ParseOption func(*parseOpts)
func NoBrackets ¶
func NoBrackets() ParseOption
func ParseComments ¶
func ParseComments(v bool) ParseOption
func ParseFormat ¶
func ParseFormat(f format.Format) ParseOption
func ParseJSON ¶
func ParseJSON() ParseOption
func ParsePositions ¶
func ParsePositions(m map[*ir.Node]*token.Pos) ParseOption
func ParseTony ¶
func ParseTony() ParseOption
func ParseYAML ¶
func ParseYAML() ParseOption
Click to show internal directories.
Click to hide internal directories.