Open GuillaumeGomez opened 1 month ago
Currently it fails with:
error: unknown node `Some`
Currently only {% if let x = y && z %} is implemented. On other places a binding is not understood by the parser.
{% if let x = y && z %}
I was expecting something like this indeed. :)
Currently it fails with: