Commit Graph

12 Commits

Author SHA1 Message Date
lrn@google.com b7f36d0d11 Make List.skip, List.take and List.reversed return Iterables, not Lists.
Removes ListView. It was premature optimization to have classes that combined any sequence of reverse, skip and take instead of just wrapping iterables.

Review URL: https://codereview.chromium.org//12262037

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18570 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-15 10:43:21 +00:00
pquitslund@google.com fc2c75acda Fresh drop of analyzer-experimental.
Among other things, 
  * adds resolver and tests (in progress)
  * more tests in general (e.g., ast_test.dart and element_test.dart)
  * fixes getter/setter name generation
Review URL: https://codereview.chromium.org//12253009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18535 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-14 19:28:02 +00:00
amouravski@google.com 48163b3c35 Changed README to README.md so it looks better on pub.dartlang.org.
Review URL: https://codereview.chromium.org//12224038

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18193 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-06 23:15:52 +00:00
pquitslund@google.com 5b8c1da46d Simple parser driver example.
Review URL: https://codereview.chromium.org//12183033

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18097 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 00:26:00 +00:00
pquitslund@google.com 76e80c3949 Generated scanner and parser tests.
Review URL: https://codereview.chromium.org//12188023

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18094 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-05 00:02:08 +00:00
pquitslund@google.com 57f1462885 Drop of generated scanner and example scanner driver.
(Tests to follow.)
Review URL: https://codereview.chromium.org//12197019

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@18087 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-04 22:59:51 +00:00
pquitslund@google.com 418d5bab53 Generated code README and headers.
Review URL: https://codereview.chromium.org//12099004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17931 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-31 17:29:36 +00:00
pquitslund@google.com b994cf3dca Library skew fix (in quest for build greeness) [TBR].
Review URL: https://codereview.chromium.org//12092002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17672 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-25 23:38:38 +00:00
pquitslund@google.com 07716c5523 Options parsing cleanup.
Review URL: https://codereview.chromium.org//12049028

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17669 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-25 23:25:29 +00:00
pquitslund@google.com 2ff0092e2a Package re-name in quest for build greenness.
Review URL: https://codereview.chromium.org//12035030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17418 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-22 19:23:42 +00:00
pquitslund@google.com 75aa743c9a SVN cleanup (unversioning mis-versioned files).
Review URL: https://codereview.chromium.org//12038024

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17415 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-22 18:54:43 +00:00
pquitslund@google.com d08fa1edcd Experimental analyzer front-end baby-steps.
Notably:
  * basic package layout,
  * commandline parsing, and
  * a few tests

Much more to come! :)
Review URL: https://codereview.chromium.org//11938028

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17414 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-22 18:37:04 +00:00