liquid.cr icon indicating copy to clipboard operation
liquid.cr copied to clipboard

Improve expressions

Open TechMagister opened this issue 8 years ago • 1 comments

  • [ ] Add contains keyword ( http://shopify.github.io/liquid/basics/operators/ )
  • [ ] Add support for Array into expressions
  • [ ] Add square bracket [ ] notation to access an element

TechMagister avatar Jan 01 '17 14:01 TechMagister

I think it's possible to use the stack machine introduced in the Drop implementation to fix that.

hugopl avatar Oct 06 '22 13:10 hugopl