Treat _NAMES variables as collections (#5)

* Treat _NAMES variables as collections

* Fix an issue with the offset of ARGS_NAMES.

* Fix regression tests for the new behaviour.

* Add generated seclang files.
This commit is contained in:
Mirko Dziadzka
2017-08-16 18:29:12 +02:00
committed by Felipe Zimmerle
parent 9069a453e5
commit 5c737c2c06
2 changed files with 193 additions and 195 deletions

View File

@@ -1807,8 +1807,6 @@ var:
{
VARIABLE_CONTAINER($$, new Variables::ArgsNames_NoDictElement());
}
| VARIABLE_ARGS_GET_NAMES DICT_ELEMENT
{
VARIABLE_CONTAINER($$, new Variables::ArgsGetNames_DictElement($2));