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

Issue 2799133003: enhance analyzer to parse uppercase and built-in/pseudo keywords (Closed)

Created:
3 years, 8 months ago by danrubel
Modified:
3 years, 6 months ago
Reviewers:
Paul Berry, ahe
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

enhance analyzer to parse uppercase and built-in/pseudo keywords Retrying https://codereview.chromium.org/2803563003 * update analyzer.Keyword list to include all of the fasta keywords * enhance the analyzer scanner keyword table to handle uppercase keywords such as "Function" * update analyzer's parser to process the new KeywordTokens * fix analyzer error verification * update translation of fasta <--> analyzer tokens * update tests and cleanup analyzer warnings R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/4b8a2eb03b0b8f1914b1883382224036bb456c64

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -111 lines) Patch
M pkg/analyzer/lib/src/fasta/token_utils.dart View 3 chunks +16 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error_verifier.dart View 1 chunk +1 line, -1 line 2 comments Download
M pkg/analyzer/lib/src/generated/parser.dart View 17 chunks +30 lines, -47 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/token.dart View 2 chunks +2 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/scanner/scanner.dart View 7 chunks +13 lines, -15 lines 0 comments Download
M pkg/front_end/lib/src/scanner/token.dart View 7 chunks +38 lines, -0 lines 0 comments Download
M pkg/front_end/test/scanner_test.dart View 11 chunks +13 lines, -33 lines 0 comments Download
M pkg/front_end/test/token_test.dart View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
danrubel
3 years, 8 months ago (2017-04-06 14:29:41 UTC) #2
Paul Berry
lgtm. For future reference, when making a second attempt to land a CL, it is ...
3 years, 8 months ago (2017-04-06 17:09:49 UTC) #3
danrubel
> For future reference, when making a second attempt to land a CL, it is ...
3 years, 8 months ago (2017-04-06 19:21:35 UTC) #4
danrubel
Committed patchset #1 (id:1) manually as 4b8a2eb03b0b8f1914b1883382224036bb456c64 (presubmit successful).
3 years, 8 months ago (2017-04-06 19:25:00 UTC) #6
ahe
3 years, 6 months ago (2017-05-31 14:12:39 UTC) #8
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698