Module liquid::parser [] [src]

Structs

BlockSplit

Describes the optional trailing part of a block split.

Functions

expect

Confirm that the next token in a token stream is what you want it to be. The token iterator is moved to the next token in the stream.

parse
split_block

A sub-block aware splitter that will only split the token stream when it finds a delimter at the top level of the token stream, ignoring any it finds in nested blocks.