summaryrefslogtreecommitdiff
path: root/rules/CC/auto/EXPRESSIONS
blob: 95209758af152dcc670ad7c5720949d5de6cf859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ "last_list_entry":
  { "vars": ["list"]
  , "expression":
    {"type": "[]", "index": -1, "list": {"type": "var", "name": "list"}}
  }
, "first_list_entry":
  { "vars": ["list"]
  , "imports": {"last": "last_list_entry"}
  , "expression":
    {"type": "[]", "index": 0, "list": {"type": "var", "name": "list"}}
  }
}