|
|
cleanup to Value - fix for StringEscapesTest
Motivation of this change was cleaning up value.dart. This also led to finally handling parsing and escaping string literals in a rational way - which accidentally fixed a test. This is intended to setup a future change that can simplify EvaluatedValue hopefully dramatically. Changes to await were required due to refactoring of tree.
Committed: https://code.google.com/p/dart/source/detail?r=3067
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1511 lines, -1558 lines) |
Patch |
 |
M |
frog/await/checker.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
frog/await/transformation.dart
|
View
|
|
6 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
frog/gen.dart
|
View
|
|
10 chunks |
+36 lines, -82 lines |
0 comments
|
Download
|
 |
M |
frog/lib/corelib.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
frog/library.dart
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
frog/member.dart
|
View
|
|
4 chunks |
+6 lines, -43 lines |
3 comments
|
Download
|
 |
M |
frog/minfrog
|
View
|
|
282 chunks |
+1211 lines, -1177 lines |
0 comments
|
Download
|
 |
M |
frog/parser.dart
|
View
|
|
6 chunks |
+24 lines, -98 lines |
3 comments
|
Download
|
 |
M |
frog/scripts/tree_gen.py
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
frog/token.dart
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
frog/tokenizer.dart
|
View
|
|
7 chunks |
+127 lines, -70 lines |
6 comments
|
Download
|
 |
M |
frog/tree.g.dart
|
View
|
|
3 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
 |
M |
frog/utils.dart
|
View
|
|
1 chunk |
+0 lines, -50 lines |
1 comment
|
Download
|
 |
M |
frog/value.dart
|
View
|
|
2 chunks |
+63 lines, -2 lines |
3 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|