symbol

package
v0.0.0-...-3cd2f5a Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Unknown  byte = iota
	Asterisk      // *
	Chars
	Digit        // 1 2 3 4 5 6 7 8 9 0
	Dash         // -
	Plus         // +
	Dot          // .
	Letter       // a-f,A-F category L in unicode
	Space        // Category S in unicode
	Newline      // \r \r\n \n
	ForwardSlash // /
	Underscore   // _
	Comma        // ,
	Colon        // :
	Comment      // \*
	Ccomment     // */
	Lncomment    // //
	Pren         // (
	Dpren        // ((
	Cpren        // )
	Cdpren       // ))
	Brace        // {
	Dbrace       // {{
	Cbrace       // }
	Cdbrace      // }}
	Bracket      // [
	Dbracket     // [[
	Cbracket     // ]
	Cdbracket    // ]]
)

Variables

This section is empty.

Functions

func SplitFn

func SplitFn(data []byte, atEOF bool) (advance int, symbol []byte, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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