2eac837fc0
This code has been pulled out of the Shelf package. R=kevmoo@google.com Review URL: https://codereview.chromium.org//213833013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34665 260f80e4-7a28-3924-810f-c04153c831b5
11 lines
271 B
YAML
11 lines
271 B
YAML
name: string_scanner
|
|
version: 0.0.1
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
homepage: http://www.dartlang.org
|
|
description: >
|
|
A class for parsing strings using a sequence of patterns.
|
|
dev_dependencies:
|
|
unittest: ">=0.10.0 <0.11.0"
|
|
environment:
|
|
sdk: ">=1.2.0 <2.0.0"
|