| Index: frog/scripts/tree_gen.py
|
| diff --git a/frog/scripts/tree_gen.py b/frog/scripts/tree_gen.py
|
| index a06e20a0e409485fec4db92451e3111530e36603..8ddc95a1c244375060f7298c7562d39d671a802f 100755
|
| --- a/frog/scripts/tree_gen.py
|
| +++ b/frog/scripts/tree_gen.py
|
| @@ -157,9 +157,10 @@ nodes = [
|
| 'List<ArgumentNode> arguments'),
|
|
|
| Expression('List',
|
| - 'bool isConst, TypeReference type, List<Expression> values'),
|
| + 'bool isConst, TypeReference itemType, List<Expression> values'),
|
| Expression('Map',
|
| - 'bool isConst, TypeReference type, List<Expression> items'),
|
| + 'bool isConst, TypeReference keyType, TypeReference valueType,' +
|
| + 'List<Expression> items'),
|
|
|
| Expression('Conditional',
|
| 'Expression test, Expression trueBranch, Expression falseBranch'),
|
|
|