ostap / comp

a tool for querying files in various formats
MIT License
43 stars 2 forks source link

accessing list elements by constant index #15

Closed julochrobak closed 11 years ago

julochrobak commented 11 years ago

allows to access list elements by a constant index. If the index is out of range it returns default value of an empty string. This not an ideal solution, but it is a bigger problem and could be resolved as part of the #7 issue which is suppose to support expressions to look up attributes.

ostap commented 11 years ago

There are several duplicates of this issue, so just to recap: this pull request implements #8 and the comments are spread across #13 and #14.