Project

General

Profile

Actions

Bug #1248

open

filter-parser.y creates creates wrong ast for `hello[1][2]`

Added by Simon Marchi almost 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/30/2020
Due date:
% Done:

0%

Estimated time:

Description

When parsing the expression hello[1][2], the filter parser creates a node representing the [1], but not one for the [2]. So it appears gives exactly the same AST (and therefore IR at the following step) as when parsing hello[1].

No data to display

Actions

Also available in: Atom PDF