mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
We would like to be able to disable liquid-c VM rendering at runtime, but right now expression parsing is done using Expression.parse, which isn't aware of the parse context. That prevents us from conditionally compiling to VM code based on a parse option.