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

Issue 2722283003: Initial implementation of interpreter for Kernel (Closed)

Created:
3 years, 9 months ago by zhivkag
Modified:
3 years, 9 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Initial implementation of interpreter for Kernel Basic framework, evaluation of BasicLiterals and dummy evaluation of print. BUG= R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/1b82e0c3a0d8c8fedf47d365f5d4c25a8cd186c8

Patch Set 1 #

Total comments: 10

Patch Set 2 : Apply comments from review #

Patch Set 3 : Fix naming #

Unified diffs Side-by-side diffs Delta from patch set Stats (+209 lines, -0 lines) Patch
A pkg/kernel/bin/eval.dart View 1 1 chunk +22 lines, -0 lines 0 comments Download
M pkg/kernel/lib/ast.dart View 1 40 chunks +41 lines, -0 lines 0 comments Download
A pkg/kernel/lib/interpreter/interpreter.dart View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
M pkg/kernel/lib/visitor.dart View 1 1 chunk +63 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
zhivkag
3 years, 9 months ago (2017-03-02 09:56:49 UTC) #2
Kevin Millikin (Google)
LGTM. I suggest making the one-argument visitor a little more generic and moving it into ...
3 years, 9 months ago (2017-03-02 10:30:30 UTC) #3
zhivkag
3 years, 9 months ago (2017-03-02 12:19:42 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
1b82e0c3a0d8c8fedf47d365f5d4c25a8cd186c8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698