parser

package
v0.0.0-...-3804d40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(p ParseParams) (*ast.Document, error)

Types

type ParseOptions

type ParseOptions struct {
	NoSource     bool
	KeepComments bool
}

type ParseParams

type ParseParams struct {
	Source  any
	Options ParseOptions
}

type Parser

type Parser struct {
	Lexer   *lexer.Lexer
	Source  *source.Source
	Options ParseOptions
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL