shlex v0.9.3 (2019-10-24T11:41:57Z)
Home
Dub
Repo
Shlex.pushSource
shlex
Shlex
Push an input source onto the lexer's input source stack.
void
pushSource
(Stream newstream, Nullable!string newfile)
void
pushSource
(ShlexStream newstream, Nullable!string newfile)
struct
Shlex
void
pushSource
(
ShlexStream
newstream
,
Nullable
!
string
newfile
=
Nullable
!
string.init
)
Meta
Source
See Implementation
shlex
Shlex
aliases
Comments
Posix
PunctuationChars
constructors
this
functions
dump
errorLeader
getToken
opApply
popSource
pushSource
pushToken
readToken
sourcehook
Push an input source onto the lexer's input source stack.