Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: frog/scripts/tree_gen.py

Issue 9121025: cleanup to Value - fix for StringEscapesTest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698