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

Issue 8980014: Make 'class' and 'extends' into real keywords, per language spec 0.06 . (Closed)

Created:
9 years ago by dgrove
Modified:
9 years ago
Reviewers:
Jennifer Messerly
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make 'class' and 'extends' into real keywords, per language spec 0.06 . Committed: https://code.google.com/p/dart/source/detail?r=2595

Patch Set 1 #

Patch Set 2 : Make 'class' and 'extends' into real keywords, per language spec 0.06 . #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -128 lines) Patch
M frog/minfrog View 1 37 chunks +96 lines, -96 lines 0 comments Download
M frog/scripts/token_info.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M frog/token_kind.g.dart View 1 1 chunk +28 lines, -28 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dgrove
9 years ago (2011-12-17 06:58:51 UTC) #1
Jennifer Messerly
On 2011/12/17 06:58:51, dgrove wrote: lgtm, but can you also update scripts/token_gen.py and rerun verify ...
9 years ago (2011-12-19 20:04:45 UTC) #2
dgrove
done. On 2011/12/19 20:04:45, John Messerly wrote: > On 2011/12/17 06:58:51, dgrove wrote: > > ...
9 years ago (2011-12-19 21:24:08 UTC) #3
Jennifer Messerly
9 years ago (2011-12-19 22:56:57 UTC) #4
On 2011/12/19 21:24:08, dgrove wrote:
> done.
> On 2011/12/19 20:04:45, John Messerly wrote:
> > On 2011/12/17 06:58:51, dgrove wrote:
> > 
> > lgtm, but can you also update scripts/token_gen.py and rerun verify it
> produces
> > same output?
> > 
> > should just need to change "True" to "False" for these lines (True means
> pseudo
> > keyword):
> >   Keyword('CLASS', "class", True),
> >   Keyword('EXTENDS', "extends", True),

new version lgtm too :)

Powered by Google App Engine
This is Rietveld 408576698