tscanner

package
v0.5.13 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package tscanner text-scanner

Index

Constants

View Source
const (
	TokInvalid = iota
	TokComments
	TokILComments
	TokMLComments
	TokValue
	TokMLValue
)
View Source
const (
	Value = iota
	MValue
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TextScanner

type TextScanner struct {
	scanner.Position
	// contains filtered or unexported fields
}

TextScanner struct. refer text/scanner.Scanner

func (TextScanner) Next

func (s TextScanner) Next() *tokenItem

Jump to

Keyboard shortcuts

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