bkiers / Liqp

An ANTLR based 'Liquid Template' parser and rendering engine.
MIT License
165 stars 94 forks source link

Path and/or InputStream overloads for parsing #166

Closed JakeWharton closed 4 years ago

JakeWharton commented 4 years ago

This allows streaming from sources which are not on the default filesystem, such as those within a zip file or an in-memory filesystem.

bkiers commented 4 years ago

Yeah, that should've been present from the start! 😄