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

Unified Diff: packages/petitparser/lib/src/smalltalk/grammar.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/petitparser/lib/src/reflection/transform.dart ('k') | packages/petitparser/lib/test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/petitparser/lib/src/smalltalk/grammar.dart
diff --git a/petitparser/lib/src/smalltalk/grammar.dart b/packages/petitparser/lib/src/smalltalk/grammar.dart
similarity index 98%
rename from petitparser/lib/src/smalltalk/grammar.dart
rename to packages/petitparser/lib/src/smalltalk/grammar.dart
index 1f77c1e57c06f1a45e9a3a2a012aec2e632a8d45..24a2824b59e82cefa7eab5fda1f9a97a30c611b6 100644
--- a/petitparser/lib/src/smalltalk/grammar.dart
+++ b/packages/petitparser/lib/src/smalltalk/grammar.dart
@@ -1,15 +1,11 @@
-part of smalltalk;
+part of petitparser.smalltalk;
-/**
- * Smalltalk grammar.
- */
+/// Smalltalk grammar.
class SmalltalkGrammar extends GrammarParser {
SmalltalkGrammar() : super(new SmalltalkGrammarDefinition());
}
-/**
- * Smalltalk grammar definition.
- */
+/// Smalltalk grammar definition.
class SmalltalkGrammarDefinition extends GrammarDefinition {
// the original implementation used a handwritten parser to
« no previous file with comments | « packages/petitparser/lib/src/reflection/transform.dart ('k') | packages/petitparser/lib/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698