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

Issue 8993009: Implement string interpolation up to SSA. (Closed)

Created:
9 years ago by ahe
Modified:
9 years ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, kasperl, Lasse Reichstein Nielsen, karlklose, floitsch
Visibility:
Public.

Description

Implement string interpolation up to SSA. Committed: https://code.google.com/p/dart/source/detail?r=2630

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebased #

Patch Set 3 : Address (some) review comments and update status file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -16 lines) Patch
M dart/frog/leg/compiler.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M dart/frog/leg/resolver.dart View 1 1 chunk +8 lines, -0 lines 0 comments Download
M dart/frog/leg/scanner/listener.dart View 1 2 5 chunks +29 lines, -7 lines 0 comments Download
M dart/frog/leg/scanner/parser.dart View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M dart/frog/leg/scanner/scanner.dart View 5 chunks +66 lines, -3 lines 0 comments Download
M dart/frog/leg/ssa/builder.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
M dart/frog/leg/tools/find_file_to_parse.sh View 1 chunk +1 line, -0 lines 0 comments Download
M dart/frog/leg/tools/mini_parser.dart View 1 chunk +6 lines, -1 line 0 comments Download
M dart/frog/leg/tree/nodes.dart View 1 3 chunks +44 lines, -0 lines 0 comments Download
M dart/frog/leg/tree/unparser.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M dart/frog/leg/tree/visitors.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M dart/frog/leg/typechecker.dart View 1 1 chunk +9 lines, -0 lines 0 comments Download
M dart/tests/language/language-leg.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
ahe
9 years ago (2011-12-19 16:46:01 UTC) #1
ngeoffray
LGTM! http://codereview.chromium.org/8993009/diff/1/dart/frog/leg/scanner/listener.dart File dart/frog/leg/scanner/listener.dart (right): http://codereview.chromium.org/8993009/diff/1/dart/frog/leg/scanner/listener.dart#newcode969 dart/frog/leg/scanner/listener.dart:969: // The key may be a LiteralString or ...
9 years ago (2011-12-20 11:54:45 UTC) #2
ahe
Hi Nicolas, Thanks for your comments. I'll submit this now, but I'd appreciate if you ...
9 years ago (2011-12-20 13:19:24 UTC) #3
ngeoffray
9 years ago (2011-12-20 14:03:14 UTC) #4
Still LGTM!

Powered by Google App Engine
This is Rietveld 408576698