blob

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package blob is autogenerated by https://github.com/0x51-dev/upeg. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var (
	Blob  = op.Capture{Name: "Blob", Value: op.OneOrMore{Value: op.Or{Alpha, op.And{'\\', Hex}}}}
	Alpha = op.Capture{Name: "Alpha", Value: op.OneOrMore{Value: op.Or{op.RuneRange{Min: 0x41, Max: 0x5A}, op.RuneRange{Min: 0x61, Max: 0x7A}}}}
	Hex   = op.Capture{Name: "Hex", Value: op.Repeat{Min: 2, Max: 2, Value: op.Or{op.RuneRange{Min: 0x30, Max: 0x39}, op.RuneRange{Min: 0x41, Max: 0x46}, op.RuneRange{Min: 0x61, Max: 0x66}}}}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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