package
0.0.0-20241030152356-8c950ad76724
Repository: https://github.com/hylarucoder/rocketbase.git
Documentation: pkg.go.dev

# Functions

New creates new Tokenizer from the provided reader with DefaultSeparators.
NewFromBytes creates new Tokenizer from the provided bytes slice.
NewFromString creates new Tokenizer from the provided string.

# Variables

DefaultSeparators is a list with the default token separator characters.

# Structs

Tokenizer defines a struct that parses a reader into tokens while respecting quotes and parenthesis boundaries.