| Index: frog/scripts/tree_gen.py
|
| diff --git a/frog/scripts/tree_gen.py b/frog/scripts/tree_gen.py
|
| index e76b1ead6f4957156056e614795adfef809ee5cc..a06e20a0e409485fec4db92451e3111530e36603 100755
|
| --- a/frog/scripts/tree_gen.py
|
| +++ b/frog/scripts/tree_gen.py
|
| @@ -173,9 +173,10 @@ nodes = [
|
|
|
| Expression('This'),
|
| Expression('Super'),
|
| - Expression('Null'),
|
|
|
| - Expression('Literal', 'var value, TypeReference type, String text'),
|
| + Expression('Literal', 'Value value'),
|
| +
|
| + Expression('StringInterp', 'List<Expression> pieces'),
|
|
|
| # TODO(jimhug): Split into Simple and Qualified names
|
| TypeReference('Name',
|
|
|