liquid.cr
liquid.cr copied to clipboard
Improve expressions
- [ ] Add
contains
keyword ( http://shopify.github.io/liquid/basics/operators/ ) - [ ] Add support for Array into expressions
- [ ] Add square bracket [ ] notation to access an element
I think it's possible to use the stack machine introduced in the Drop implementation to fix that.