html

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TokenEOF lexer.TokenType = iota
	TokenText
	TokenStartTag
	TokenEndTag
	TokenComment
)

Variables

This section is empty.

Functions

func New

func New(input string) (lexer.Lexer, error)

Types

type Token

type Token struct {
	lexer.BaseToken
	Start lexer.Delim
	End   lexer.Delim
}

Jump to

Keyboard shortcuts

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