mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07: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.