Sign in
fuchsia
/
third_party
/
github.com
/
google
/
shlex
/
refs/heads/upstream/wiki
/
.
/
ProjectHome.md
blob: dec39796f9ba7e6f84bdde8ea42358a254eef05e [
file
] [
log
] [
blame
] [
view
] [
edit
]
A library that provides a tokenizer
,
for
providing tokens
from
a reader
,
a lexer
for
providing strings
,
and
a simple split
()
function
for
splitting a
string
in
to multiple strings
,
following the quoting
and
commenting rules of a typical unix shell
.