pry ~master (2017-05-03T17:29:45Z)
Dub
Repo
parsers.stk
pry
atoms
parsers
Single element token, skipping any whitespace at front.
template
parsers
(Stream)
auto
stk
(
alias
c
)
(
)
if
(
is
(
typeof
(
c
) :
ElementType
!
Stream
) &&
is
(
typeof
(
c
) :
dchar
)
)
if
(
!
is
(
Stream
==
string
)
)
Meta
Source
See Implementation
pry
atoms
parsers
functions
eof
stk
tk
Single element token, skipping any whitespace at front.