Expand description
Utils for join!
macro parsing and code generation.
Functions§
- is_
block_ expr - Returns
true
if expr is {…}. - is_
valid_ expr - Returns
true
if given stream is validExpr
. - is_
valid_ stream - Returns
true
if given stream can be parsed asT
. - parse_
until - Parses input
ParseStream
until one of providedGroupDeterminer
’s check will be valid or it reaches end. - skip
- Skips next item in
ParseStream
. Returnstrue
in case of success.