Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anmitsu/go-shlex
/ types & classes
Types & classes
3 in github.com/anmitsu/go-shlex
⨍
Functions
21
◇
Types & classes
3
Struct
DefaultTokenizer
DefaultTokenizer implements a simple tokenizer like Unix shell.
shlex.go:28
Struct
Lexer
Lexer represents a lexical analyzer.
shlex.go:52
Interface
Tokenizer
Tokenizer is the interface that classifies a token according to words, whitespaces, quotations, escapes and escaped quotations.
shlex.go:19